BaseRefreshList constructor

const BaseRefreshList({
  1. Key? key,
  2. BaseRefreshController? controller,
})

Implementation

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