RippleContainer constructor
const
RippleContainer({
- required Widget child,
- double? width,
- double? height,
- ContainerDecoration? decoration,
- RippleCallbacks? rippleCallbacks,
- Key? key,
Implementation
const RippleContainer({
required this.child,
this.width,
this.height,
this.decoration,
this.rippleCallbacks,
super.key,
});