Skip to content

Commit d7e471f

Browse files
authored
Update main.dart
1 parent 4a5d385 commit d7e471f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/main.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ class _MyAppState extends State<MyApp> {
6262
'name': 'faceCapture',
6363
}
6464
],
65-
'scheme': {
66-
// primaryButtonBgColor: '#FFFFFF',
65+
"lookAndFeel": {
66+
"primaryButtonBgColor": '#FFFFFF',
67+
"uiInterfaceStyle": "dark",
68+
"buttonRadius": 10,
6769
},
6870
},
6971
// ignore: unnecessary_const

0 commit comments

Comments
 (0)