How to make date picker 'Ok'- and 'Cancel' button text black in Dart Flutter? How to make date picker 'Ok'- and 'Cancel' button text black in Dart Flutter? dart dart

How to make date picker 'Ok'- and 'Cancel' button text black in Dart Flutter?


Use this in your ThemeData:

textButtonTheme: new TextButtonThemeData(style: TextButton.styleFrom(primary: Colors.black),),