Unverified Commit 7306ac95 authored by Alan Russian's avatar Alan Russian Committed by GitHub

Fix spellings of AppBar (#21197)

parent ce51e71d
...@@ -147,7 +147,7 @@ abstract class SearchDelegate<T> { ...@@ -147,7 +147,7 @@ abstract class SearchDelegate<T> {
/// See also: /// See also:
/// ///
/// * [AppBar.backgroundColor], which is set to [ThemeData.primaryColor]. /// * [AppBar.backgroundColor], which is set to [ThemeData.primaryColor].
/// * [Appbar.iconTheme], which is set to [ThemeData.primaryIconTheme]. /// * [AppBar.iconTheme], which is set to [ThemeData.primaryIconTheme].
/// * [AppBar.textTheme], which is set to [ThemeData.primaryTextTheme]. /// * [AppBar.textTheme], which is set to [ThemeData.primaryTextTheme].
/// * [AppBar.brightness], which is set to [ThemeData.primaryColorBrightness]. /// * [AppBar.brightness], which is set to [ThemeData.primaryColorBrightness].
ThemeData appBarTheme(BuildContext context) { ThemeData appBarTheme(BuildContext context) {
...@@ -162,7 +162,7 @@ abstract class SearchDelegate<T> { ...@@ -162,7 +162,7 @@ abstract class SearchDelegate<T> {
); );
} }
/// The current query string shown in the [Appbar]. /// The current query string shown in the [AppBar].
/// ///
/// The user manipulates this string via the keyboard. /// The user manipulates this string via the keyboard.
/// ///
...@@ -194,7 +194,7 @@ abstract class SearchDelegate<T> { ...@@ -194,7 +194,7 @@ abstract class SearchDelegate<T> {
/// the suggestions returned by [buildSuggestions]. /// the suggestions returned by [buildSuggestions].
/// ///
/// Calling this method will also put the input focus back into the search /// Calling this method will also put the input focus back into the search
/// field of the ApBar. /// field of the [AppBar].
/// ///
/// If the results are currently shown this method can be used to go back /// If the results are currently shown this method can be used to go back
/// to showing the search suggestions. /// to showing the search suggestions.
......
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