enableAnimation property
enableAnimation
will enable animations.
It's default to true.
const WindDirectionGauge(
enableAnimation:true;
)
Implementation
final bool enableAnimation;
enableAnimation
will enable animations.
It's default to true.
const WindDirectionGauge(
enableAnimation:true;
)
final bool enableAnimation;