arrowDownRight static method

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

ArrowDownRight icon

Implementation

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