moveRight static method

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

MoveRight icon

Implementation

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