BlocfulWidget<BLOC extends BlocPresentationMixin<STATE, EVENT> , STATE, EVENT> constructor
const
BlocfulWidget<BLOC extends BlocPresentationMixin<STATE, EVENT> , STATE, EVENT> ({
- BLOC onCreateBloc()?,
- Key? key,
Creates a BlocfulWidget
Implementation
const BlocfulWidget({this.onCreateBloc, super.key});