Unverified Commit 125545da authored by S.J's avatar S.J Committed by GitHub

Fix typo in the API docs of brightness (#92713)

parent 5a959c94
......@@ -475,7 +475,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
/// This property is deprecated, please use [systemOverlayStyle] instead.
///
/// Determines the brightness of the [SystemUiOverlayStyle]: for
/// [Brightness.dark], [SystemUiOverlayStyle.light] is used and fo
/// [Brightness.dark], [SystemUiOverlayStyle.light] is used and for
/// [Brightness.light], [SystemUiOverlayStyle.dark] is used.
///
/// If this value is null then [AppBarTheme.brightness] is used
......
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