getHasContent method

bool getHasContent()

Implementation

bool getHasContent() {
  return StringUtils.isNotEmpty(widget.controller?.text);
}