We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5fdb43 + 1f4e997 commit 22cfd57Copy full SHA for 22cfd57
lib/flutter_datetime_picker.dart
@@ -212,7 +212,7 @@ class _DatePickerRoute<T> extends PopupRoute<T> {
212
pickerModel: pickerModel,
213
),
214
);
215
- ThemeData inheritTheme = Theme.of(context, shadowThemeOnly: true);
+ ThemeData inheritTheme = Theme.of(context);
216
if (inheritTheme != null) {
217
bottomSheet = new Theme(data: inheritTheme, child: bottomSheet);
218
}
0 commit comments