simple_date_range_picker library

Functions

showSimpleDatePickerDialog(BuildContext context, {DateTime? initialDate, SimpleDateRangePickerStyle? style, Color? backgroundColor, ShapeBorder? shape, ButtonStyle? cancelButtonStyle, ButtonStyle? confirmButtonStyle, String cancelLabel = 'Cancel', String confirmLabel = 'OK'}) Future<DateTime?>
showSimpleDateRangePickerDialog(BuildContext context, {DateTimeRange? initialDateRange, SimpleDateRangePickerStyle? style, SimpleDateRangePickerConfig? config, Color? backgroundColor, ShapeBorder? shape, ButtonStyle? cancelButtonStyle, ButtonStyle? confirmButtonStyle, String cancelLabel = 'Cancel', String confirmLabel = 'OK'}) Future<DateTimeRange?>