Skip to content

Commit

Permalink
Added Missing Field Name in Doc Comment in SnackBarThemeData (flutter…
Browse files Browse the repository at this point in the history
…#143588)

Added Missing Field Name in Doc Comment in SnackBarThemeData.
  • Loading branch information
piedcipher authored Feb 16, 2024
1 parent 944cd11 commit 1b8742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/snack_bar_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class SnackBarThemeData with Diagnosticable {
/// If null, [SnackBarAction] falls back to [Colors.transparent].
final Color? actionBackgroundColor;

/// Overrides default value for [SnackBarAction.].
/// Overrides default value for [SnackBarAction.disabledBackgroundColor].
///
/// If null, [SnackBarAction] falls back to [Colors.transparent].
final Color? disabledActionBackgroundColor;
Expand Down

0 comments on commit 1b8742b

Please sign in to comment.