layoutDashboard static method

ArcaneGlyph layoutDashboard({
  1. IconSize size = IconSize.md,
})

LayoutDashboard icon

Implementation

static ArcaneGlyph layoutDashboard({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e1c1', size: size);