drumstick static method

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

Drumstick icon

Implementation

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