panelRight static method

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

PanelRight icon

Implementation

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