like static method
Thumbs up — like.
Implementation
static KinIcon like({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _LikePainter.new, color: color, size: size, strokeWidth: strokeWidth);