start property

double? start
final

start Sets the starting label of the LinearGauge Container This will be overridden when users add CustomRulerLabel, the first value from the list will be used as start

const LinearGauge(
  start : 0.0
),

Implementation

final double? start;