SendMsgBtn constructor
const
SendMsgBtn({})
The constructor for the send message button.
Implementation
const SendMsgBtn({
super.key,
this.onTap,
this.isDisabled = false,
this.isSending = false,
this.size = 32,
});