DefaultLocationPuck2D constructor

DefaultLocationPuck2D({
  1. Uint8List? topImage,
  2. Uint8List? bearingImage,
  3. Uint8List? shadowImage,
  4. String? scaleExpression,
  5. double? opacity,
})

Implementation

DefaultLocationPuck2D({
  super.topImage,
  super.bearingImage,
  super.shadowImage,
  super.scaleExpression,
  super.opacity,
});