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.
1 parent 55baa35 commit 7c2daa6Copy full SHA for 7c2daa6
lib/features/dialogs/view/game_dialog.dart
@@ -23,7 +23,8 @@ class GameDialog extends StatelessWidget {
23
child: ConstrainedBox(
24
constraints: BoxConstraints(maxWidth: maxWidth),
25
child: Material(
26
- color: dialogTheme.backgroundColor ?? theme.dialogTheme.backgroundColor,
+ color:
27
+ dialogTheme.backgroundColor ?? theme.dialogTheme.backgroundColor,
28
elevation: 0.0,
29
shadowColor: dialogTheme.shadowColor,
30
surfaceTintColor: dialogTheme.surfaceTintColor,
0 commit comments