trash2 static method

Component trash2({
  1. IconSize size = IconSize.md,
})

Trash2 icon

Implementation

static Component trash2({IconSize size = IconSize.md}) =>
    lucide.Trash2(width: size.unit, height: size.unit);