LiquidSurfaceLayer constructor

const LiquidSurfaceLayer({
  1. Key? key,
  2. required SplashConfig config,
  3. required SplashThemeData theme,
  4. required double timelineProgress,
  5. required double buildProgress,
  6. required double fillProgress,
  7. required double revealProgress,
  8. required double settleProgress,
  9. 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,
});