BlocList constructor
BlocList(
- WidgetNodeSpec spec,
- Map state,
- Map? evaluatorContext, {
- Key? key,
Implementation
BlocList(super.spec, super.state, super.evaluatorContext, {super.key});