scale static method

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

Scale icon

Implementation

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