squareDashedKanban static method

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

SquareDashedKanban icon

Implementation

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