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}
)

Implementation

LocationPuck3D({
  this.modelUri,
  this.position,
  this.modelOpacity,
  this.modelScale,
  this.modelScaleExpression,
  this.modelTranslation,
  this.modelRotation,
});