vph_web_date_picker
library
Functions
-
showWebDatePicker({required BuildContext context, required DateTime initialDate, DateTime? initialDate2, DateTime? firstDate, DateTime? lastDate, double? width, bool withoutActionButtons = false, Color? weekendDaysColor, Color? selectedDayColor, Color? confirmButtonColor, Color? cancelButtonColor, Color? backgroundColor, int? firstDayOfWeekIndex, bool asDialog = false, bool enableDateRangeSelection = false})
→ Future<DateTimeRange?>
-
Shows a dialog containing a date picker.