addAttachment property

  1. @override
Widget addAttachment
override

The icon for sending adding an attachment to a message

Implementation

@override
Widget get addAttachment => Icon(Icons.add, size: 24, color: MercuryColors.instance.black);