menu
omegainc_lib package
documentation
widgets/fields/omega.textarea.widget.dart
OmegaTextAreaState
clearSelection method
clearSelection method
dark_mode
light_mode
clearSelection
method
void
clearSelection
(
)
Implementation
void clearSelection() { setState(() { _controller.text = ''; }); }
omegainc_lib package
documentation
widgets/fields/omega.textarea.widget
OmegaTextAreaState
clearSelection method
OmegaTextAreaState class