StatelessBlocWidget<B extends BlocBase<S>, S> constructor

const StatelessBlocWidget<B extends BlocBase<S>, S>({
  1. Key? key,
})

Creates a StatelessBlocWidget instance with the specified key.

Subclasses should provide the bloc instance that represents the associated BLoC.

Implementation

const StatelessBlocWidget({super.key});