chevronsLeftRight static method

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

ChevronsLeftRight icon

Implementation

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