BaseRefreshList constructor
const
BaseRefreshList({
- Key? key,
- BaseRefreshController? controller,
Implementation
const BaseRefreshList({Key? key, this.controller}) : super(key: key);