getStart method

double getStart()

Implementation

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