weight static method

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

Weight icon

Implementation

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