flower static method
Flower — rounded petals around a center.
Implementation
static KinIcon flower({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _FlowerPainter.new, color: color, size: size, strokeWidth: strokeWidth);