panelRight static method

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

PanelRight icon

Implementation

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