candyOff static method

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

CandyOff icon

Implementation

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