area property

List<Section>? area
final

area Sets if the odometer is displayed vs the lcd display of the RadialGauge

const WindDirectionGauge(
  area : [Section(30, 40, Colors.lightGreen), Section(40, 50, Colors.yellow.withOpacity(0.5))]
),

Implementation

final List<Section>? area;