Fix comment typo in tabs.dart (#44068)

This commit is contained in:
umevoshi
2019-11-05 10:33:23 +09:00
committed by Shi-Hao Hong
parent 0431c8a64d
commit d96afee888

View File

@@ -738,7 +738,7 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget {
/// 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
Size get preferredSize {
for (Widget item in tabs) {