ChatButtonWidget.send constructor
Constructs a send/forward ChatButtonWidget.
Implementation
ChatButtonWidget.send({
super.key,
bool forwarding = false,
this.onPressed,
this.onLongPress,
}) : icon = SvgIcon(forwarding ? SvgIcons.forward : SvgIcons.send),
disabledIcon = null;