videoOff static method

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

VideoOff icon

Implementation

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