getStart method
Implementation
double getStart() {
if (linearGauge.customLabels!.isNotEmpty) {
return linearGauge.customLabels!.first.value!;
}
return linearGauge.start!;
}
double getStart() {
if (linearGauge.customLabels!.isNotEmpty) {
return linearGauge.customLabels!.first.value!;
}
return linearGauge.start!;
}