DatePickerTimeLine constructor
const
DatePickerTimeLine({
- Key? key,
- double height = 200,
- required DatePickerController controller,
- DatePickerConfig datePickerConfig = const DatePickerConfig(),
- DateChangeListener? onDateChange,
- String locale = "en_US",
Implementation
const DatePickerTimeLine({
// required this.currentMonthDate,
super.key,
// this.width = context,
this.height = 200,
required this.controller,
this.datePickerConfig = const DatePickerConfig(),
// this.monthTextStyle = defaultMonthTextStyle,
this.onDateChange,
// this.animateToDate,
this.locale = "en_US",
});