noErrorFadeTween constant
A tween that does not fade the error.
Implementation
static const FImmutableTween<double> noErrorFadeTween = FImmutableTween(begin: 1.0, end: 1.0);
A tween that does not fade the error.
static const FImmutableTween<double> noErrorFadeTween = FImmutableTween(begin: 1.0, end: 1.0);