video static method
Video camera.
Implementation
static KinIcon video({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _VideoPainter.new, color: color, size: size, strokeWidth: strokeWidth);
Video camera.
static KinIcon video({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _VideoPainter.new, color: color, size: size, strokeWidth: strokeWidth);