chevronRight static method

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

ChevronRight icon

Implementation

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