ensureFadeInCompleted method

void ensureFadeInCompleted()

Forces the fade-in animation to jump to the completed state.

Implementation

void ensureFadeInCompleted() {
  _primaryAnimation.value = 1;
}