BasicSmartRefresh<T extends EasyHttpCacheController> constructor
const
BasicSmartRefresh<T extends EasyHttpCacheController> ({})
Implementation
const BasicSmartRefresh({
Key? key,
required this.controller,
this.padding,
this.initialRefresh = true,
this.emptyWidget,
required this.child,
this.header,
this.footer,
}) : super(key: key);