arrowLeftRight static method

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

ArrowLeftRight icon

Implementation

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