crown static method

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

Crown icon

Implementation

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