candyOff static method

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

CandyOff icon

Implementation

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