panelRight static method

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

PanelRight icon

Implementation

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