panelLeftClose static method

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

PanelLeftClose icon

Implementation

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