flutter_datetime_picker
flutter_datetime_picker copied to clipboard
Add support to border radius DatePickerTheme properties
This PR adds pickerBorderRadius and headerBorderRadius optional properties to DatePickerTheme and make the _DatePickerComponent and TitleActionsView components react to their values. In other words, adds support to custom border radius.
Related to #172