hasContent method

bool hasContent()

Implementation

bool hasContent() {
  return StrUtils.isNotEmpty(widget.controller?.text);
}