CustomDatePicker constructor
const
CustomDatePicker({})
Implementation
const CustomDatePicker({
super.key,
required this.action,
required this.hintText,
required this.width,
this.iconColor = CustomLightTheme.primaryColor,
this.backgroundColor = Colors.white,
this.textColor = Colors.black54,
this.initialDate = 1970,
this.finishDate = 2010,
});