check static method
Check / tick mark.
Implementation
static KinIcon check({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _CheckPainter.new, color: color, size: size, strokeWidth: strokeWidth);