We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c67ea commit 3b55462Copy full SHA for 3b55462
1 file changed
lib/src/extensions/build_context/flashbars.dart
@@ -25,7 +25,7 @@ extension FlashbarHelpers on BuildContext {
25
size: Theme.of(context).iconTheme.size ?? 25,
26
),
27
controller: controller,
28
- backgroundColor: Theme.of(context).dialogBackgroundColor,
+ backgroundColor: DialogTheme.of(context).backgroundColor,
29
shadowColor: Colors.black,
30
shape: RoundedRectangleBorder(
31
borderRadius: BorderRadius.circular(Insets.l),
0 commit comments