panelLeft static method

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

PanelLeft icon

Implementation

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