move3d static method

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

Move3d icon

Implementation

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