ChatButtonWidget.send constructor
- Key? key,
- void onPressed()?,
Constructs a send/forward ChatButtonWidget.
Implementation
ChatButtonWidget.send({super.key, this.onPressed})
: icon = SvgIcon(SvgIcons.send),
disabledIcon = null;
Constructs a send/forward ChatButtonWidget.
ChatButtonWidget.send({super.key, this.onPressed})
: icon = SvgIcon(SvgIcons.send),
disabledIcon = null;