MessageSearchBloc constructor

const MessageSearchBloc({
  1. Key? key,
  2. required Widget child,
})

Instantiate a new MessageSearchBloc

Implementation

const MessageSearchBloc({
  Key? key,
  required this.child,
}) : super(key: key);