datePickerButtonTheme property
ThemeData
get
datePickerButtonTheme
Implementation
static ThemeData get datePickerButtonTheme {
return lightMainTheme.copyWith(
textButtonTheme: TextButtonThemeData(
style: TextButton.styleFrom(
primary: BasfThemes.primaryColor,
shape: RoundedRectangleBorder(
borderRadius: BasfThemes.defaultBorderRadius),
),
),
);
}