candy static method

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

Candy icon

Implementation

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