DraggableSliderItemSettings constructor

const DraggableSliderItemSettings({
  1. Vector3? angle,
  2. Offset? position,
  3. double? scale,
  4. double visibility = 1,
  5. bool draggable = false,
  6. bool shadow = false,
})

Implementation

const DraggableSliderItemSettings({
  this.angle,
  this.position,
  this.scale,
  this.visibility = 1,
  this.draggable = false,
  this.shadow = false,
});