enableAnimation property

  1. @override
bool enableAnimation
final

Specifies the loading animation for widget marker pointers with animationDuration.

Defaults to true.

This snippet shows how to set load time animation for widget marker pointers in ///SfLinearGauge.


SfLinearGauge (
markerPointers: [
LinearWidgetPointer(
value: 20,
enableAnimation: true,
 )])

Implementation

@override
final bool enableAnimation;