candyOff static method

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

CandyOff icon

Implementation

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