redo static method
Redo — curved arrow pointing right.
Implementation
static KinIcon redo({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _RedoPainter.new, color: color, size: size, strokeWidth: strokeWidth);