flashlightOff static method

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

FlashlightOff icon

Implementation

static Widget flashlightOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e0d4', size: size);