scaling static method

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

Scaling icon

Implementation

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