LocationPuck2D constructor

LocationPuck2D(
  1. {Uint8List? topImage,
  2. Uint8List? bearingImage,
  3. Uint8List? shadowImage,
  4. String? scaleExpression}
)

Implementation

LocationPuck2D({
  this.topImage,
  this.bearingImage,
  this.shadowImage,
  this.scaleExpression,
});