panelRightClose static method

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

PanelRightClose icon

Implementation

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