@@ -129,7 +129,7 @@ class _PreferredAppBarSize extends Size {
129
129
///
130
130
/// If the app bar's [actions] contains [TextButton] s, they will not
131
131
/// 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.
133
133
///
134
134
/// The default app bar [backgroundColor] is the overall theme's
135
135
/// [ColorScheme.primary] if the overall theme's brightness is
@@ -591,7 +591,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
591
591
/// See also:
592
592
///
593
593
/// * [actionsIconTheme] , which defines the appearance of icons in
594
- /// in the [actions] list.
594
+ /// the [actions] list.
595
595
final IconThemeData ? iconTheme;
596
596
597
597
/// {@template flutter.material.appbar.actionsIconTheme}
@@ -746,7 +746,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
746
746
///
747
747
/// * [titleTextStyle] , which overrides the default text style for the [title] .
748
748
/// * [DefaultTextStyle] , which overrides the default text style for all of the
749
- /// the widgets in a subtree.
749
+ /// widgets in a subtree.
750
750
final TextStyle ? toolbarTextStyle;
751
751
752
752
/// {@template flutter.material.appbar.titleTextStyle}
@@ -764,7 +764,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
764
764
/// [title], [leading], and [actions] widgets, also known as the
765
765
/// AppBar's "toolbar".
766
766
/// * [DefaultTextStyle] , which overrides the default text style for all of the
767
- /// the widgets in a subtree.
767
+ /// widgets in a subtree.
768
768
final TextStyle ? titleTextStyle;
769
769
770
770
/// {@template flutter.material.appbar.systemOverlayStyle}
0 commit comments