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