ObjectLayoutAssistSettings constructor

const ObjectLayoutAssistSettings({
  1. bool enabled = true,
  2. HapticFeedbackSettings hapticFeedback = HapticFeedbackSettings.medium,
  3. double positionalEnterDistance = defaultPositionalEnterDistance,
  4. double positionalExitDistance = defaultPositionalExitDistance,
  5. double rotationalEnterAngle = defaultRotationalEnterAngle,
  6. double rotationalExitAngle = defaultRotationalExitAngle,
})

Implementation

const ObjectLayoutAssistSettings({
  this.enabled = true,
  this.hapticFeedback = HapticFeedbackSettings.medium,
  this.positionalEnterDistance = defaultPositionalEnterDistance,
  this.positionalExitDistance = defaultPositionalExitDistance,
  this.rotationalEnterAngle = defaultRotationalEnterAngle,
  this.rotationalExitAngle = defaultRotationalExitAngle,
});