panelRightDashed static method

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

PanelRightDashed icon

Implementation

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