squareKanban static method

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

SquareKanban icon

Implementation

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