expand static method

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

Expand icon

Implementation

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