LocationPuck3D constructor

LocationPuck3D({
  1. String? modelUri,
  2. List<double?>? position,
  3. double? modelOpacity,
  4. List<double?>? modelScale,
  5. String? modelScaleExpression,
  6. List<double?>? modelTranslation,
  7. List<double?>? modelRotation,
  8. bool? modelCastShadows,
  9. bool? modelReceiveShadows,
  10. ModelScaleMode? modelScaleMode,
  11. double? modelEmissiveStrength,
  12. String? modelEmissiveStrengthExpression,
  13. ModelElevationReference? modelElevationReference,
})

Implementation

LocationPuck3D({
  this.modelUri,
  this.position,
  this.modelOpacity,
  this.modelScale,
  this.modelScaleExpression,
  this.modelTranslation,
  this.modelRotation,
  this.modelCastShadows,
  this.modelReceiveShadows,
  this.modelScaleMode,
  this.modelEmissiveStrength,
  this.modelEmissiveStrengthExpression,
  this.modelElevationReference,
});