Kwik Date Range Button
A date button with a label and a date. When clicked, a date range picker dialog will be shown.
Parameters
: The label for the date field.
: Callback that is called when a date range is selected. The Pair contains the start and end dates.
: The minimum selectable date in milliseconds since epoch. If null, 99 years before today is used.
: The maximum selectable date in milliseconds since epoch. If null, 99 years from today is used.
: Whether to show the mode toggle button.
: The shape of the date picker dialog.
: The colors to use for the date picker.
: Callback that is called when the date field is clicked.
: The border to use for the date field.
: The shape of the date field.
: The leading icon to use for the date field.
: The trailing icon to use for the date field.