squareDashedBottom static method

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

SquareDashedBottom icon

Implementation

static Component squareDashedBottom({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4c0', size: size);