squareDashedBottomCode static method

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

SquareDashedBottomCode icon

Implementation

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