arrowRight static method

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

ArrowRight icon

Implementation

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