ScaleControlOptions constructor

ScaleControlOptions({
  1. String? position,
  2. String? prefix,
  3. num? maxWidth,
  4. bool? metric,
  5. bool? imperial,
  6. bool? updateWhenIdle,
})

Implementation

external factory ScaleControlOptions({
  String? position,
  String? prefix,
  num? maxWidth,
  bool? metric,
  bool? imperial,
  bool? updateWhenIdle,
});