panelLeftRightDashed static method

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

PanelLeftRightDashed icon

Implementation

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