LinearDatePicker constructor
LinearDatePicker({
- String startDate = "",
- String endDate = "",
- String initialDate = "",
- required dynamic dateChangeListener(
- String date
- bool showDay = true,
- TextStyle? labelStyle,
- TextStyle? selectedRowStyle,
- TextStyle? unselectedRowStyle,
- String yearText = "سال",
- String monthText = "ماه",
- String dayText = "روز",
- bool showLabels = true,
- double columnWidth = 55.0,
- bool isJalaali = false,
- bool showMonthName = false,
- bool addLeadingZero = false,
Implementation
LinearDatePicker({
this.startDate = "",
this.endDate = "",
this.initialDate = "",
required this.dateChangeListener,
this.showDay = true,
this.labelStyle,
this.selectedRowStyle,
this.unselectedRowStyle,
this.yearText = "سال",
this.monthText = "ماه",
this.dayText = "روز",
this.showLabels = true,
this.columnWidth = 55.0,
this.isJalaali = false,
this.showMonthName = false,
this.addLeadingZero = false,
});