Commit 4bc00df7 authored by Michael 'afrolion' Perrotte's avatar Michael 'afrolion' Perrotte Committed by Adam Barth

fixed typo (#6888)

`[IconButton]` is referenced as singular everywhere else, so the _most correct_ version would be singular (`[IconButton]`) with the `s` outside of the brackets.
parent a4a783b6
......@@ -108,7 +108,7 @@ class _AppBarExpandedHeight extends InheritedWidget {
///
/// An app bar consists of a toolbar and potentially other widgets, such as a
/// [TabBar] and a [FlexibleSpaceBar]. App bars typically expose one or more
/// common actions with [IconButtons]s which are optionally followed by a
/// common actions with [IconButton]s which are optionally followed by a
/// [PopupMenuButton] for less common operations.
///
/// App bars are most commonly used in the [Scaffold.appBar] property, which
......
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