volume static method
Volume / speaker.
Implementation
static KinIcon volume({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _VolumePainter.new, color: color, size: size, strokeWidth: strokeWidth);