SplashDropFill constructor
const
SplashDropFill({
- Key? key,
- required SplashPhase phase,
- required double fillProgress,
- required double finaleProgress,
Implementation
const SplashDropFill({
super.key,
required this.phase,
required this.fillProgress,
required this.finaleProgress,
});