decoration property

ContainerDecoration? decoration
final

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;