enableAnimation property

bool enableAnimation
final

enableAnimation will enable animations. It's default to true.

const WindDirectionGauge(
  enableAnimation:true;
)

Implementation

final bool enableAnimation;