decoration property

Decoration? decoration
final

For custom box decoration of the container.

By default set to BoxDecoration(color: Colors.white)

Implementation

final Decoration? decoration;