menu
uikit_plus package
documentation
input/view/input_text.dart
InputTextState
hasContent method
hasContent method
dark_mode
light_mode
hasContent
method
bool
hasContent
(
)
Implementation
bool hasContent() { return StrUtils.isNotEmpty(widget.controller?.text); }
uikit_plus package
documentation
input/view/input_text
InputTextState
hasContent method
InputTextState class