mail static method
Mail envelope.
Implementation
static KinIcon mail({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _MailPainter.new, color: color, size: size, strokeWidth: strokeWidth);
Mail envelope.
static KinIcon mail({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _MailPainter.new, color: color, size: size, strokeWidth: strokeWidth);