AppRefreshIndicator constructor Null safety
- {Key? key,
- required RefreshCallback onRefresh,
- required Widget child}
Creates a refresh indicator.
Implementation
const AppRefreshIndicator({
Key? key,
required this.onRefresh,
required this.child,
}) : super(key: key);