DateRangePicker
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 of the date range picker. See rememberDateRangePickerState.
the Modifier to be applied to this date range picker
a DatePickerFormatter that provides formatting skeletons for dates display
DatePickerColors that will be used to resolve the colors used for this date range picker in different states. See DatePickerDefaults.colors.
the title to be displayed in the date range picker
the headline to be displayed in the date range picker
indicates if this DateRangePicker should show a mode toggle action that transforms it into a date range input
a focus requester that will be used to focus the text field when the date picker is in an input mode. Pass null to not focus the text field if that's the desired behavior.