volume static method

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

Volume icon

Implementation

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