BaseWidget constructor

BaseWidget(
  1. BaseBloc getBloc(), {
  2. Key? key,
})

Implementation

BaseWidget(this.getBloc, {Key? key}) : super(key: key);