search static method
Minimal search — small circle with a short angled stick.
Implementation
static KinIcon search({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _SearchPainter.new, color: color, size: size, strokeWidth: strokeWidth);