Commit d96afee8 authored by umevoshi's avatar umevoshi Committed by Shi-Hao Hong

Fix comment typo in tabs.dart (#44068)

parent 0431c8a6
...@@ -738,7 +738,7 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget { ...@@ -738,7 +738,7 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget {
/// A size whose height depends on if the tabs have both icons and text. /// A size whose height depends on if the tabs have both icons and text.
/// ///
/// [AppBar] uses this this size to compute its own preferred size. /// [AppBar] uses this size to compute its own preferred size.
@override @override
Size get preferredSize { Size get preferredSize {
for (Widget item in tabs) { for (Widget item in tabs) {
......
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