From 31c7f013d8e73c7482611368f81ffb7858bab5ce Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 20 Jun 2024 17:24:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Lints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/widgets/camera_picker.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/widgets/camera_picker.dart b/lib/src/widgets/camera_picker.dart index 158dbce..f6bcbed 100644 --- a/lib/src/widgets/camera_picker.dart +++ b/lib/src/widgets/camera_picker.dart @@ -92,14 +92,12 @@ class CameraPicker extends StatefulWidget { primaryContainer: Colors.grey[900], secondary: themeColor, secondaryContainer: themeColor, - background: Colors.grey[900]!, surface: Colors.grey[900]!, brightness: Brightness.dark, error: const Color(0xffcf6679), onPrimary: Colors.black, onSecondary: Colors.black, onSurface: Colors.white, - onBackground: Colors.white, onError: Colors.black, ), );