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