enableGaugeAnimation property

bool enableGaugeAnimation
final

enableAnimation will enable animations for pointers and value bars. It's default to false.

const LinearGauge(
  enableGaugeAnimation:true;
)

Implementation

final bool enableGaugeAnimation;