ensureFadeInCompleted method
void
ensureFadeInCompleted()
Forces the fade-in animation to jump to the completed state.
Implementation
void ensureFadeInCompleted() {
_primaryAnimation.value = 1;
}
Forces the fade-in animation to jump to the completed state.
void ensureFadeInCompleted() {
_primaryAnimation.value = 1;
}