menu
enif package
documentation
modules/chat/view_model/chat_controller.dart
ChatController
textChanged method
textChanged method
dark_mode
light_mode
textChanged
method
dynamic
textChanged
(
String
text
)
Implementation
textChanged(String text) { value = value.copyWith(text: text); }
enif package
documentation
modules/chat/view_model/chat_controller
ChatController
textChanged method
ChatController class