canDismiss property
bool
get
canDismiss
Implementation
bool get canDismiss {
if (_phase == MySplashPhase.fatal) return false;
if (!_bootstrapTerminal) return false;
if (hasBrandLottie && !_animationDone) return false;
if (hasStaticBrandFace && !_minVisibleElapsed) return false;
return true;
}