Skip to content

Commit

Permalink
Updated based on review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenaustin committed Jul 28, 2022
1 parent 10b80dd commit f790edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/flutter/lib/src/material/dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Dialog extends StatelessWidget {
final double? elevation;

/// {@template flutter.material.dialog.shadowColor}
/// The color to paint the shadow under the dialog's [Material].
/// The color to paint the [elevation] shadow under the dialog's [Material].
///
/// If null then no drop shadow will be painted.
///
Expand All @@ -102,8 +102,8 @@ class Dialog extends StatelessWidget {
final Color? shadowColor;

/// {@template flutter.material.dialog.surfaceTintColor}
/// The color used as a surface tint overlay on the dialog's background
/// color used to indicate elevation.
/// The color used as a surface tint overlay on the dialog's background color,
/// which reflects the dialog's [elevation].
///
/// If null then no surface tint will be applied.
///
Expand Down

0 comments on commit f790edf

Please sign in to comment.