undo static method
Undo — curved arrow pointing left.
Implementation
static KinIcon undo({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _UndoPainter.new, color: color, size: size, strokeWidth: strokeWidth);