circleArrowRight static method

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

CircleArrowRight icon

Implementation

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