DatePickerTheme constructor
const
DatePickerTheme({})
Implementation
const DatePickerTheme({
this.cancelStyle,
this.doneStyle,
this.itemStyle = const TextStyle(color: Color(0xFF000046), fontSize: 18),
this.backgroundColor = Colors.white,
this.containerHeight = 210.0,
this.titleHeight = 44.0,
this.itemHeight = 36.0,
});