isAnimatingError property
bool
get
isAnimatingError
Returns true if there are animation in progress and it has error type.
Implementation
bool get isAnimatingError => value?.data.type == PinAnimationTypes.error;