squareDashedTopSolid static method

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

SquareDashedTopSolid icon

Implementation

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