share static method
Share — arrow out of a rounded tray.
Implementation
static KinIcon share({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _SharePainter.new, color: color, size: size, strokeWidth: strokeWidth);