moveLeft static method

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

MoveLeft icon

Implementation

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