SplashViewPage constructor
SplashViewPage({
- Key? key,
- Gradient? backgroundGradient,
- Color? backgroundColor,
- Color? poweredByColor,
- required Widget? child,
- double? fadingBegin,
- double? fadingEnd,
- int? animationDurationInMilliseconds,
- int? afterAnimationDurationInMilliseconds,
- bool? reverseAnimation,
- required dynamic afterAnimationIsDone()?,
- String? textFontFamily,
Implementation
SplashViewPage(
{super.key,
this.backgroundGradient,
this.backgroundColor,
this.poweredByColor,
required this.child,
this.fadingBegin,
this.fadingEnd,
this.animationDurationInMilliseconds,
this.afterAnimationDurationInMilliseconds,
this.reverseAnimation,
required this.afterAnimationIsDone,
this.textFontFamily});