panelBottomClose static method

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

PanelBottomClose icon

Implementation

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