StatelessBlocWidget<B extends BlocBase<S> , S> constructor
const
StatelessBlocWidget<B extends BlocBase<S> , S> ({
- 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});