trophy static method

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

Trophy icon

Implementation

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