datePickerHeaderBackgroundSchemeColor property

SchemeColor? datePickerHeaderBackgroundSchemeColor
final

The background color of the header in a DatePickerDialog.

If not defined, default to ColorScheme.primary in M2 and to ColorScheme.surface in M3.

The foreground color automatically defaults to the correct contrast pair for used SchemeColor.

Implementation

final SchemeColor? datePickerHeaderBackgroundSchemeColor;