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