Skip to content

Commit 1b8742b

Browse files
authored
Added Missing Field Name in Doc Comment in SnackBarThemeData (#143588)
Added Missing Field Name in Doc Comment in SnackBarThemeData.
1 parent 944cd11 commit 1b8742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/snack_bar_theme.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class SnackBarThemeData with Diagnosticable {
154154
/// If null, [SnackBarAction] falls back to [Colors.transparent].
155155
final Color? actionBackgroundColor;
156156

157-
/// Overrides default value for [SnackBarAction.].
157+
/// Overrides default value for [SnackBarAction.disabledBackgroundColor].
158158
///
159159
/// If null, [SnackBarAction] falls back to [Colors.transparent].
160160
final Color? disabledActionBackgroundColor;

0 commit comments

Comments
 (0)