star static method
Star — five-point star with rounded joins.
Implementation
static KinIcon star({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _StarPainter.new, color: color, size: size, strokeWidth: strokeWidth);