Skip to content

Commit 125545d

Browse files
authored
Fix typo in the API docs of brightness (flutter#92713)
1 parent 5a959c9 commit 125545d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/app_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
475475
/// This property is deprecated, please use [systemOverlayStyle] instead.
476476
///
477477
/// Determines the brightness of the [SystemUiOverlayStyle]: for
478-
/// [Brightness.dark], [SystemUiOverlayStyle.light] is used and fo
478+
/// [Brightness.dark], [SystemUiOverlayStyle.light] is used and for
479479
/// [Brightness.light], [SystemUiOverlayStyle.dark] is used.
480480
///
481481
/// If this value is null then [AppBarTheme.brightness] is used

0 commit comments

Comments
 (0)