keyIcon static method
Key — horizontal key with teeth.
Implementation
static KinIcon keyIcon({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _KeyPainter.new, color: color, size: size, strokeWidth: strokeWidth);