decoration property

Decoration? decoration
final

A decoration to paint behind the child.

If provided, this will override the decoration created from className, backgroundColor, borderRadius, boxShadow, and border.

Implementation

final Decoration? decoration;