Unverified Commit 1b8742b9 authored by Tirth's avatar Tirth Committed by GitHub

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

Added Missing Field Name in Doc Comment in SnackBarThemeData.
parent 944cd11d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment