SplashBackdropSpec constructor

const SplashBackdropSpec({
  1. required Alignment alignment,
  2. required Size size,
  3. required SplashColorRole colorRole,
  4. required SplashShapeKind kind,
  5. required Offset parallax,
  6. double? radius,
})

Implementation

const SplashBackdropSpec({
  required this.alignment,
  required this.size,
  required this.colorRole,
  required this.kind,
  required this.parallax,
  this.radius,
});