volumeOff static method

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

VolumeOff icon

Implementation

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