cake static method

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

Cake icon

Implementation

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