dylanwuzh/flutter-cupertino-date-picker

Disabling Navigator.pop()

Opened this issue · 1 comments

How can I customize my DatePickerWidget so that Cancel and Done do not appear?

Inside DatePickerWidget, add this pickerTheme: DateTimePickerTheme(showTitle: false)