BlocListBase constructor

BlocListBase(
  1. WidgetNodeSpec spec,
  2. Map state,
  3. Map? evaluatorContext, {
  4. Key? key,
})

Implementation

BlocListBase(this.spec, this.state, this.evaluatorContext, {super.key}) {
  controller.addListener(scrollListener);
}