copy static method
Copy — overlapping rounded rectangles.
Implementation
static KinIcon copy({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _CopyPainter.new, color: color, size: size, strokeWidth: strokeWidth);