layoutPanelTop static method

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

LayoutPanelTop icon

Implementation

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