FloatingShapeLayer constructor

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