CompassSettings constructor
CompassSettings({ - bool? enabled,
- OrnamentPosition? position,
- double? marginLeft,
- double? marginTop,
- double? marginRight,
- double? marginBottom,
- double? opacity,
- double? rotation,
- bool? visibility,
- bool? fadeWhenFacingNorth,
- bool? clickable,
- 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,
});