xCenterCoordinate property
The x-coordinate of the center of the Radial Gauge.
Defaults to 0.5.
RadialGauge(
xCenterCoordinate: 0.5,
track: RadialTrack(
start: 0,
end: 100,
),
),
Implementation
final double xCenterCoordinate;
The x-coordinate of the center of the Radial Gauge.
Defaults to 0.5.
RadialGauge(
xCenterCoordinate: 0.5,
track: RadialTrack(
start: 0,
end: 100,
),
),
final double xCenterCoordinate;