menu
pull_to_refresh package
documentation
pull_to_refresh.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 package
documentation
pull_to_refresh
IndicatorStateMixin<T extends StatefulWidget, V>
update method
IndicatorStateMixin mixin