DateRangePickerTitle

@Composable
fun DateRangePickerTitle(displayMode: DisplayMode, modifier: Modifier = Modifier, contentColor: Color = DatePickerDefaults.colors().titleContentColor)

A default date range picker title composable.

Parameters

displayMode

the current DisplayMode

modifier

a Modifier to be applied for the title

contentColor

the content color of this title