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