menu
refresh_me package
documentation
refresh_me.dart
IndicatorStateMixin<T extends StatefulWidget, V>
update method
update method
dark_mode
light_mode
update
method
void
update
(
)
Implementation
void update() { if (mounted) setState(() {}); }
refresh_me package
documentation
refresh_me
IndicatorStateMixin<T extends StatefulWidget, V>
update method
IndicatorStateMixin mixin