const
RippleBackdropAnimatePage(- {Key? key,
- required Widget child,
- bool childFade = false,
- int duration = 300,
- double blurRadius = 15.0,
- Widget? bottomButton,
- double bottomHeight = kBottomNavigationBarHeight,
- bool bottomButtonRotate = true,
- double bottomButtonRotateDegree = 45.0}
)
Implementation
const RippleBackdropAnimatePage({
Key? key,
required this.child,
this.childFade = false,
this.duration = 300,
this.blurRadius = 15.0,
this.bottomButton,
this.bottomHeight = kBottomNavigationBarHeight,
this.bottomButtonRotate = true,
this.bottomButtonRotateDegree = 45.0,
}) : super(key: key);