MessageBar constructor
const
MessageBar({
- Key? key,
- TextEditingController? controller,
- FocusNode? focusNode,
- bool isSendEnabled = true,
- GestureTapCallback? onSendTap,
Implementation
const MessageBar({
super.key,
this.controller,
this.focusNode,
this.isSendEnabled = true,
this.onSendTap,
});