CustomScale constructor
CustomScale({})
Implementation
CustomScale({
super.key,
required this.value,
required this.width,
required this.ranges,
required this.rangeColors,
required this.units,
});
CustomScale({
super.key,
required this.value,
required this.width,
required this.ranges,
required this.rangeColors,
required this.units,
});