Disabling Navigator.pop()
Opened this issue · 1 comments
mohamad-elbohsaly commented
How can I customize my DatePickerWidget so that Cancel and Done do not appear?
MonipichMP commented
Inside DatePickerWidget, add this pickerTheme: DateTimePickerTheme(showTitle: false)