Added Missing Field Name in Doc Comment in SnackBarThemeData (#143588)
Added Missing Field Name in Doc Comment in SnackBarThemeData.
This commit is contained in:
parent
944cd11d87
commit
1b8742b9dc
@ -154,7 +154,7 @@ class SnackBarThemeData with Diagnosticable {
|
|||||||
/// If null, [SnackBarAction] falls back to [Colors.transparent].
|
/// If null, [SnackBarAction] falls back to [Colors.transparent].
|
||||||
final Color? actionBackgroundColor;
|
final Color? actionBackgroundColor;
|
||||||
|
|
||||||
/// Overrides default value for [SnackBarAction.].
|
/// Overrides default value for [SnackBarAction.disabledBackgroundColor].
|
||||||
///
|
///
|
||||||
/// If null, [SnackBarAction] falls back to [Colors.transparent].
|
/// If null, [SnackBarAction] falls back to [Colors.transparent].
|
||||||
final Color? disabledActionBackgroundColor;
|
final Color? disabledActionBackgroundColor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user