dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 416 forks source link

Disabling Navigator.pop() #142

Open mado-bohsali opened 3 years ago

mado-bohsali commented 3 years ago

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

MonipichMP commented 3 years ago

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