MovementByJoystickProps constructor

MovementByJoystickProps({
  1. MovementByJoystickType moveType = MovementByJoystickType.direction,
  2. bool intensityEnabled = false,
  3. bool diagonalEnabled = true,
  4. bool enabled = true,
})

Implementation

MovementByJoystickProps({
  this.moveType = MovementByJoystickType.direction,
  this.intensityEnabled = false,
  this.diagonalEnabled = true,
  this.enabled = true,
});