back static method
iOS-style leading chevron arrow (‹).
Implementation
static KinIcon back({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _BackPainter.new, color: color, size: size, strokeWidth: strokeWidth);