decoration property

Decoration? decoration
final

The decoration to paint behind the child.

If a decoration is provided, the color and other exposed common decoration properties (like border, borderRadius, etc.) will be merged into it if the decoration is a BoxDecoration.

Implementation

final Decoration? decoration;