moveDown static method

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

MoveDown icon

Implementation

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