ChatButtonWidget.send constructor

ChatButtonWidget.send({
  1. Key? key,
  2. void onPressed()?,
})

Constructs a send/forward ChatButtonWidget.

Implementation

ChatButtonWidget.send({super.key, this.onPressed})
  : icon = SvgIcon(SvgIcons.send),
    disabledIcon = null;