static Widget emojiDelete({double size = 20, Color? color}) { return Icon( Icons.arrow_back, size: size, color: color, weight: 3, ); }