LiquidSurfaceLayer constructor
const
LiquidSurfaceLayer({
- Key? key,
- required SplashConfig config,
- required SplashThemeData theme,
- required double timelineProgress,
- required double buildProgress,
- required double fillProgress,
- required double revealProgress,
- required double settleProgress,
- required double exitProgress,
Implementation
const LiquidSurfaceLayer({
super.key,
required this.config,
required this.theme,
required this.timelineProgress,
required this.buildProgress,
required this.fillProgress,
required this.revealProgress,
required this.settleProgress,
required this.exitProgress,
});