SendMessage constructor
const
SendMessage({
- Key? key,
- Function? onSend,
- ValueChanged<
String> ? messageCallback, - Color? mediaButtonColor,
- Color? sendButtonColor,
- String? hintText,
- VoidCallback? onMediaPressed,
Implementation
const SendMessage({
Key? key,
this.onSend,
this.messageCallback,
this.mediaButtonColor,
this.sendButtonColor,
this.hintText,
this.onMediaPressed,
}) : super(key: key);