UiDatePicker constructor
const
UiDatePicker({})
Implementation
const UiDatePicker({super.key, required this.onSelected, this.textStyle, this.locale, required this.firstDate, required this.lastDate, this.backgroundColor = Colors.white, this.icon = Icons.calendar_month});