ScaleBarSettings constructor
ScaleBarSettings({
- bool? enabled,
- OrnamentPosition? position,
- double? marginLeft,
- double? marginTop,
- double? marginRight,
- double? marginBottom,
- int? textColor,
- int? primaryColor,
- int? secondaryColor,
- double? borderWidth,
- double? height,
- double? textBarMargin,
- double? textBorderWidth,
- double? textSize,
- bool? isMetricUnits,
- int? refreshInterval,
- bool? showTextBorder,
- double? ratio,
- bool? useContinuousRendering,
Implementation
ScaleBarSettings({
this.enabled,
this.position,
this.marginLeft,
this.marginTop,
this.marginRight,
this.marginBottom,
this.textColor,
this.primaryColor,
this.secondaryColor,
this.borderWidth,
this.height,
this.textBarMargin,
this.textBorderWidth,
this.textSize,
this.isMetricUnits,
this.refreshInterval,
this.showTextBorder,
this.ratio,
this.useContinuousRendering,
});