menu
flutter_motion_kit package
documentation
refresh/motion_pull_to_refresh.dart
MotionPullToRefresh
onRefresh property
onRefresh property
dark_mode
light_mode
onRefresh
property
Future
<
void
>
Function
()
onRefresh
final
The asynchronous callback task triggered upon release.
Implementation
final Future<void> Function() onRefresh;
flutter_motion_kit package
documentation
refresh/motion_pull_to_refresh
MotionPullToRefresh
onRefresh property
MotionPullToRefresh class