moveDownRight static method

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

MoveDownRight icon

Implementation

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