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