enableLoadingAnimation property
Specifies the load time animation for axis elements, range and pointers with animationDuration.
Defaults to false
Widget build(BuildContext context) {
return Container(
child: SfRadialGauge(enableLoadingAnimation: true
));
}
Implementation
final bool enableLoadingAnimation;