AppRefreshIndicator constructor

const AppRefreshIndicator({
  1. Key? key,
  2. required Widget child,
  3. required Future<void> onRefresh(),
})

Implementation

const AppRefreshIndicator(
    {super.key, required this.child, required this.onRefresh});