useFallbackAnimation property
bool
get
useFallbackAnimation
Whether to use the fallback indeterminate animation.
Implementation
bool get useFallbackAnimation =>
indeterminate && (!_useFancyAnimation || !supportsAnimationApi);