replyAll property

IconData replyAll

Icons: Icons.reply_all : CupertinoIcons.reply_all

Implementation

IconData get replyAll =>
    isMaterial(context) ? Icons.reply_all : CupertinoIcons.reply_all;