chevronsLeftRight static method

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

ChevronsLeftRight icon

Implementation

static Component chevronsLeftRight({IconSize size = IconSize.md}) =>
    lucide.ChevronsLeftRight(width: size.unit, height: size.unit);