menu
xly package
documentation
text_editor.dart
MyTextEditorController
updateHasText method
updateHasText method
dark_mode
light_mode
updateHasText
method
void
updateHasText
(
String
text
)
Implementation
void updateHasText(String text) { _hasText.value = text.isNotEmpty; }
xly package
documentation
text_editor
MyTextEditorController
updateHasText method
MyTextEditorController class