SplashDropFill constructor

const SplashDropFill({
  1. Key? key,
  2. required SplashPhase phase,
  3. required double fillProgress,
  4. required double finaleProgress,
})

Implementation

const SplashDropFill({
  super.key,
  required this.phase,
  required this.fillProgress,
  required this.finaleProgress,
});