Updated Dialog.backgroundColor documentation (#71580)

This commit is contained in:
Amit Patil 2020-12-06 21:34:04 +05:30 committed by GitHub
parent a17bbb9bbe
commit 7dade22f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ class Dialog extends StatelessWidget {
///
/// This sets the [Material.color] on this [Dialog]'s [Material].
///
/// If `null`, [ThemeData.cardColor] is used.
/// If `null`, [ThemeData.dialogBackgroundColor] is used.
/// {@endtemplate}
final Color? backgroundColor;