RefreshProperties constructor

RefreshProperties({
  1. required RefreshHeaderProperties header,
  2. required void onRefresh(),
  3. required EasyRefreshController? controller,
})

Implementation

RefreshProperties(
    {required this.header,
    required this.onRefresh,
    required this.controller});