decoration property

Decoration? decoration
final

The header's background. If decoration is null then a BoxDecoration with its background color set to the current theme's primaryColor is used.

Implementation

final Decoration? decoration;