chevronsRight static method

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

ChevronsRight icon

Implementation

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