BlocListBase constructor
BlocListBase(
- WidgetNodeSpec spec,
- Map state,
- Map? evaluatorContext, {
- Key? key,
Implementation
BlocListBase(this.spec, this.state, this.evaluatorContext, {super.key}) {
controller.addListener(scrollListener);
}