BLoCWidget<T> constructor
const
BLoCWidget<T> ({
- Key? key,
- required Widget child(
- BuildContext context, {
- Key? key,
Implementation
const BLoCWidget({
Key? key,
required this.child,
}) : super(key: key);