arrowBigRight static method

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

ArrowBigRight icon

Implementation

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