Commit 8d5caf3d authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by Christopher Fujino

Fix typo in app_bar.dart comment (#43981)

parent dea35da0
...@@ -380,7 +380,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget { ...@@ -380,7 +380,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
/// A size whose height is the sum of [kToolbarHeight] and the [bottom] widget's /// A size whose height is the sum of [kToolbarHeight] and the [bottom] widget's
/// preferred height. /// preferred height.
/// ///
/// [Scaffold] uses this this size to set its app bar's height. /// [Scaffold] uses this size to set its app bar's height.
@override @override
final Size preferredSize; final Size preferredSize;
......
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