animationGap property

double animationGap
final

animationGap sets the duration gap b/w the gauge animations and other pointer or value bar animations .

It value can be b/w 0 to 1.

It's default to 0.

const LinearGauge(
  animationGap:0.5;
)

Implementation

final double animationGap;