Explorar o código

Update flutter_datetime_picker.dart

Alex Hartford %!s(int64=4) %!d(string=hai) anos
pai
achega
74a13e96ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/flutter_datetime_picker.dart

+ 1 - 1
lib/flutter_datetime_picker.dart

@@ -308,7 +308,7 @@ class _DatePickerState extends State<_DatePickerComponent> {
               ),
               child: GestureDetector(
                 child: Material(
-                  color: theme.backgroundColor ?? Colors.white,
+                  color: theme.backgroundColor,
                   child: _renderPickerView(theme),
                 ),
               ),