RefreshProperties constructor
RefreshProperties({
- required RefreshHeaderProperties header,
- required void onRefresh(),
- required EasyRefreshController? controller,
Implementation
RefreshProperties(
{required this.header,
required this.onRefresh,
required this.controller});