panelLeftRightDashed static method

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

PanelLeftRightDashed icon

Implementation

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