gavel static method

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

Gavel icon

Implementation

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