<p>SfRadialGauge(axes: </p><radialaxis>[
RadialAxis(
minimum: 0,
maximum: 100,
startAngle:360,
endAngle:360,
showLabels: false,
showTicks: false,
radiusFactor: 1,
isInversed: true,
axisLineStyle: const AxisLineStyle(
thickness: 0.2,
color: Color.fromARGB(30, 0, 169, 181),
thicknessUnit: GaugeSizeUnit.factor,
),
pointers: <gaugepointer>[
RangePointer(
value: _value,
width: 0.2,
sizeUnit: GaugeSizeUnit.factor,
enableAnimation:abc,
animationDuration:3000,
animationType: AnimationType.linear)
],
)
]),
I had written above code for circular progressbar when i set isInversed: true then animation not working properly .it means animation not displaying.
please send me solution for this</gaugepointer></radialaxis>