DateRangePicker
@Composable
Material Design date range picker.
Date range pickers let people select a range of dates and can be embedded into Dialogs.
A simple DateRangePicker looks like:
Parameters
state
state of the date range picker. See rememberDateRangePickerState.
modifier
the Modifier to be applied to this date range picker
dateFormatter
a DatePickerFormatter that provides formatting skeletons for dates display
title
the title to be displayed in the date range picker
headline
the headline to be displayed in the date range picker
showModeToggle
indicates if this DateRangePicker should show a mode toggle action that transforms it into a date range input
colors
DatePickerColors that will be used to resolve the colors used for this date range picker in different states. See DatePickerDefaults.colors.