by @alexstyl
✉️ Leave your feedback

← Back to Material 3 Compose

DateRangePickerTitle

Component
in
Material 3
. Since 1.1.0

Overview

Examples

Community Notes

Contains default values used by the DateRangePicker.

Overloads

DateRangePickerTitle

@ExperimentalMaterial3Api
object DateRangePickerDefaults {

    /**
     * A default date range picker title composable.
     *
     * @param displayMode the current [DisplayMode]
     * @param modifier a [Modifier] to be applied for the title
     */
    @Composable
    fun DateRangePickerTitle(displayMode: DisplayMode, modifier: Modifier = Modifier)
Previous ComponentDateRangePicker
Next ComponentDismissibleDrawerSheet