CompassSettings constructor

CompassSettings({
  1. bool? enabled,
  2. OrnamentPosition? position,
  3. double? marginLeft,
  4. double? marginTop,
  5. double? marginRight,
  6. double? marginBottom,
  7. double? opacity,
  8. double? rotation,
  9. bool? visibility,
  10. bool? fadeWhenFacingNorth,
  11. bool? clickable,
  12. Uint8List? image,
})

Implementation

CompassSettings({
  this.enabled,
  this.position,
  this.marginLeft,
  this.marginTop,
  this.marginRight,
  this.marginBottom,
  this.opacity,
  this.rotation,
  this.visibility,
  this.fadeWhenFacingNorth,
  this.clickable,
  this.image,
});