picker_body library

Functions

showCustomDatePicker({required BuildContext context, double adaptWidth = 414.0, double adaptHeight = 736.0, double textScale = 1.0, bool textWeightBold = false, Color? cancelColor, Color? confirmColor, Color? titleBgColor, DateTime? initialDate, bool restrict = false, bool isDarkMode = false, required void onConfirm(String, int, int, int)}) Future<Widget?>