cup static method
Cup / mug.
Implementation
static KinIcon cup({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _CupPainter.new, color: color, size: size, strokeWidth: strokeWidth);
Cup / mug.
static KinIcon cup({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _CupPainter.new, color: color, size: size, strokeWidth: strokeWidth);