flutter_rounded_date_picker library

Enums

EraMode

Functions

showRoundedDatePicker({required BuildContext context, double? height, DateTime? initialDate, DateTime? firstDate, DateTime? lastDate, SelectableDayPredicate? selectableDayPredicate, DatePickerMode initialDatePickerMode = DatePickerMode.day, Locale? locale, TextDirection? textDirection, ThemeData? theme, double borderRadius = 16, EraMode era = EraMode.CHRIST_YEAR, ImageProvider<Object>? imageHeader, String description = "", String? fontFamily, bool barrierDismissible = false, Color background = Colors.transparent, String? textNegativeButton, String? textPositiveButton, String? textActionButton, VoidCallback? onTapActionButton, MaterialRoundedDatePickerStyle? styleDatePicker, MaterialRoundedYearPickerStyle? styleYearPicker, List<String>? customWeekDays, BuilderDayOfDatePicker? builderDay, List<DateTime>? listDateDisabled, OnTapDay? onTapDay, Function? onMonthChange}) Future<DateTime?>
Shows a dialog containing a material design date picker.
showRoundedTimePicker({required BuildContext context, required TimeOfDay initialTime, ThemeData? theme, Locale? locale, double borderRadius = 16.0, ImageProvider<Object>? imageHeader, String? fontFamily, bool barrierDismissible = false, Color background = Colors.transparent, String? negativeBtn, String? positiveBtn, String? leftBtn, VoidCallback? onLeftBtn, MaterialRoundedDatePickerStyle? style}) Future<TimeOfDay?>
Shows a dialog containing a material design time picker.