squareStack static method

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

SquareStack icon

Implementation

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