squareDashedKanban static method

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

SquareDashedKanban icon

Implementation

static Widget squareDashedKanban({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e16c', size: size);