trash static method

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

Trash icon

Implementation

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