BlocfulWidget<BLOC extends BlocPresentationMixin<STATE, EVENT>, STATE, EVENT> constructor

const BlocfulWidget<BLOC extends BlocPresentationMixin<STATE, EVENT>, STATE, EVENT>({
  1. BLOC onCreateBloc(
    1. BuildContext
    )?,
  2. Key? key,
})

Creates a BlocfulWidget

Implementation

const BlocfulWidget({this.onCreateBloc, super.key});