squareArrowDownRight static method

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

SquareArrowDownRight icon

Implementation

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