LinearDatePicker constructor
LinearDatePicker({
- DateTime? startDate,
- DateTime? endDate,
- DateTime? initialDate,
- required dynamic dateChangeListener(
- DateTime date
- bool showDay = true,
- TextStyle? labelStyle,
- TextStyle? selectedRowStyle,
- TextStyle? unselectedRowStyle,
- String yearLabel = "سال",
- String monthLabel = "ماه",
- String dayLabel = "روز",
- bool showLabels = true,
- double columnWidth = 55.0,
- bool isJalali = false,
- Duration? debounceDuration,
- bool showMonthName = false,
- List<
String> ? monthsNames,
Implementation
LinearDatePicker({
this.startDate,
this.endDate,
this.initialDate,
required this.dateChangeListener,
this.showDay = true,
this.labelStyle,
this.selectedRowStyle,
this.unselectedRowStyle,
this.yearLabel = "سال",
this.monthLabel = "ماه",
this.dayLabel = "روز",
this.showLabels = true,
this.columnWidth = 55.0,
this.isJalali = false,
this.debounceDuration,
this.showMonthName = false,
this.monthsNames,
});