SplashBackdropSpec constructor
const
SplashBackdropSpec({
- required Alignment alignment,
- required Size size,
- required SplashColorRole colorRole,
- required SplashShapeKind kind,
- required Offset parallax,
- double? radius,
Implementation
const SplashBackdropSpec({
required this.alignment,
required this.size,
required this.colorRole,
required this.kind,
required this.parallax,
this.radius,
});