menu
hubble_widget_library package
documentation
widgets/app_refresh_indicator.dart
AppRefreshIndicator
AppRefreshIndicator.new const constructor
AppRefreshIndicator.new const constructor
dark_mode
light_mode
AppRefreshIndicator
constructor
const
AppRefreshIndicator
(
{
Key
?
key
,
required
Widget
child
,
required
Future
<
void
>
onRefresh
(),
})
Implementation
const AppRefreshIndicator( {super.key, required this.child, required this.onRefresh});
hubble_widget_library package
documentation
widgets/app_refresh_indicator
AppRefreshIndicator
AppRefreshIndicator.new const constructor
AppRefreshIndicator class