panelRight static method

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

PanelRight icon

Implementation

static Component panelRight({IconSize size = IconSize.md}) =>
    lucide.PanelRight(width: size.unit, height: size.unit);