ScaleBarSettings constructor

ScaleBarSettings({
  1. bool? enabled,
  2. OrnamentPosition? position,
  3. double? marginLeft,
  4. double? marginTop,
  5. double? marginRight,
  6. double? marginBottom,
  7. int? textColor,
  8. int? primaryColor,
  9. int? secondaryColor,
  10. double? borderWidth,
  11. double? height,
  12. double? textBarMargin,
  13. double? textBorderWidth,
  14. double? textSize,
  15. bool? isMetricUnits,
  16. int? refreshInterval,
  17. bool? showTextBorder,
  18. double? ratio,
  19. 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,
});