@@ -129,7 +129,7 @@ class _PreferredAppBarSize extends Size {
129129///
130130/// If the app bar's [actions] contains [TextButton] s, they will not
131131/// be visible if their foreground (text) color is the same as the
132- /// the app bar's background color.
132+ /// app bar's background color.
133133///
134134/// The default app bar [backgroundColor] is the overall theme's
135135/// [ColorScheme.primary] if the overall theme's brightness is
@@ -591,7 +591,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
591591 /// See also:
592592 ///
593593 /// * [actionsIconTheme] , which defines the appearance of icons in
594- /// in the [actions] list.
594+ /// the [actions] list.
595595 final IconThemeData ? iconTheme;
596596
597597 /// {@template flutter.material.appbar.actionsIconTheme}
@@ -746,7 +746,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
746746 ///
747747 /// * [titleTextStyle] , which overrides the default text style for the [title] .
748748 /// * [DefaultTextStyle] , which overrides the default text style for all of the
749- /// the widgets in a subtree.
749+ /// widgets in a subtree.
750750 final TextStyle ? toolbarTextStyle;
751751
752752 /// {@template flutter.material.appbar.titleTextStyle}
@@ -764,7 +764,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
764764 /// [title], [leading], and [actions] widgets, also known as the
765765 /// AppBar's "toolbar".
766766 /// * [DefaultTextStyle] , which overrides the default text style for all of the
767- /// the widgets in a subtree.
767+ /// widgets in a subtree.
768768 final TextStyle ? titleTextStyle;
769769
770770 /// {@template flutter.material.appbar.systemOverlayStyle}
0 commit comments