RefreshList constructor

const RefreshList({
  1. Widget? child,
  2. Future<void> onRefresh()?,
  3. Color? color,
  4. Color? backgroundColor,
})

Implementation

const RefreshList(
    {this.child, this.onRefresh, this.color, this.backgroundColor});