volume2 static method

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

Volume2 icon

Implementation

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