panelLeftDashed static method

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

PanelLeftDashed icon

Implementation

static Component panelLeftDashed({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e430', size: size);