Unverified Commit 159bb94b authored by Abhishek Ghaskata's avatar Abhishek Ghaskata Committed by GitHub

update the backwardsCompatibility to docs (#82344)

parent ed85dd49
...@@ -157,6 +157,8 @@ class AppBarTheme with Diagnosticable { ...@@ -157,6 +157,8 @@ class AppBarTheme with Diagnosticable {
/// Overrides the default value for the obsolete [AppBar.toolbarTextStyle] /// Overrides the default value for the obsolete [AppBar.toolbarTextStyle]
/// property in all descendant [AppBar] widgets. /// property in all descendant [AppBar] widgets.
/// ///
/// If this property is specified, then [backwardsCompatibility] should be true.
///
/// See also: /// See also:
/// ///
/// * [titleTextStyle], which overrides the default of [AppBar.titleTextStyle] /// * [titleTextStyle], which overrides the default of [AppBar.titleTextStyle]
...@@ -166,6 +168,8 @@ class AppBarTheme with Diagnosticable { ...@@ -166,6 +168,8 @@ class AppBarTheme with Diagnosticable {
/// Overrides the default value of [AppBar.titleTextStyle] /// Overrides the default value of [AppBar.titleTextStyle]
/// property in all descendant [AppBar] widgets. /// property in all descendant [AppBar] widgets.
/// ///
/// If this property is specified, then [backwardsCompatibility] should be true.
///
/// See also: /// See also:
/// ///
/// * [toolbarTextStyle], which overrides the default of [AppBar.toolbarTextStyle] /// * [toolbarTextStyle], which overrides the default of [AppBar.toolbarTextStyle]
......
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