Added Missing Field Name in Doc Comment in SnackBarThemeData (#143588)

Added Missing Field Name in Doc Comment in SnackBarThemeData.
This commit is contained in:
Tirth 2024-02-17 02:20:07 +05:30 committed by GitHub
parent 944cd11d87
commit 1b8742b9dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;