panelRightDashed static method

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

PanelRightDashed icon

Implementation

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