Ver código fonte

Update flutter_datetime_picker.dart

Alex Hartford 4 anos atrás
pai
commit
74a13e96ac
1 arquivos alterados com 1 adições e 1 exclusões
  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),
                 ),
               ),