SplashAnimation constructor
const
SplashAnimation({
- required SplashAnimationType type,
- int durationMs = 800,
- Curve curve = Curves.easeInOut,
- List<
SplashAnimation> ? steps, - int delayMs = 0,
Creates a SplashAnimation with full configuration.
Implementation
const SplashAnimation({
required this.type,
this.durationMs = 800,
this.curve = Curves.easeInOut,
this.steps,
this.delayMs = 0,
});