rangePickerSurfaceTintColor property

Color? rangePickerSurfaceTintColor
final

Overrides the default color of the surface tint overlay applied to the backgroundColor of a full screen DateRangePickerDialog's to indicate elevation.

This is not recommended for use. Material 3 spec introduced a set of tone-based surfaces and surface containers in its ColorScheme, which provide more flexibility. The intention is to eventually remove surface tint color from the framework.

See also: Material.surfaceTintColor, which explains how this color is related to elevation.

Implementation

final Color? rangePickerSurfaceTintColor;