decoration property
decoration is a value used to decorate the RippleContainer Widget. If null is provided, it behaves like a Container Widget that supports onTap and onLongPress actions.
Implementation
final ContainerDecoration? decoration;
decoration is a value used to decorate the RippleContainer Widget. If null is provided, it behaves like a Container Widget that supports onTap and onLongPress actions.
final ContainerDecoration? decoration;