decoration property

BoxDecoration? decoration
final

The decoration to paint behind the child.

If decoration is null, a BoxDecoration is used with the specified color and radius. If both are null, defaults are applied.

Implementation

final BoxDecoration? decoration;