decoration property
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;
The header's background. If decoration is null then a BoxDecoration with its background color set to the current theme's primaryColor is used.
final Decoration? decoration;