contentFadeAnimation property
Implementation
late final contentFadeAnimation = CurvedAnimation(
parent: _contentFadeController,
curve: Curves.easeIn,
);
late final contentFadeAnimation = CurvedAnimation(
parent: _contentFadeController,
curve: Curves.easeIn,
);