panelBottom static method

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

PanelBottom icon

Implementation

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