trash static method
Trash — rounded bin with lid.
Implementation
static KinIcon trash({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _TrashPainter.new, color: color, size: size, strokeWidth: strokeWidth);