menu
fast_app_base package
documentation
common/common.dart
VxTextFieldState
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
)
Updating the view
Implementation
void notify() { if (mounted) { setState(() {}); } }
fast_app_base package
documentation
common/common
VxTextFieldState
notify method
VxTextFieldState class