flashlightOff static method

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

FlashlightOff icon

Implementation

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