squareArrowRight static method

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

SquareArrowRight icon

Implementation

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