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> {
/// See also:
///
/// * [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.brightness], which is set to [ThemeData.primaryColorBrightness].
ThemeData appBarTheme(BuildContext context) {
......@@ -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.
///
......@@ -194,7 +194,7 @@ abstract class SearchDelegate<T> {
/// the suggestions returned by [buildSuggestions].
///
/// 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
/// 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