enableLoadingAnimation property

bool enableLoadingAnimation
final

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;