mic static method
Microphone.
Implementation
static KinIcon mic({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _MicPainter.new, color: color, size: size, strokeWidth: strokeWidth);
Microphone.
static KinIcon mic({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _MicPainter.new, color: color, size: size, strokeWidth: strokeWidth);