diff --git a/packages/flutter/lib/src/material/tabs.dart b/packages/flutter/lib/src/material/tabs.dart index 3d1db682e67..dfa3e662756 100644 --- a/packages/flutter/lib/src/material/tabs.dart +++ b/packages/flutter/lib/src/material/tabs.dart @@ -1025,7 +1025,7 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget { /// tabs with only icon or text, this padding is vertically /// adjusted to provide uniform padding to all tabs. /// - /// If this property is null, then kTabLabelPadding is used. + /// If this property is null, then [kTabLabelPadding] is used. final EdgeInsetsGeometry? labelPadding; /// Defines the ink response focus, hover, and splash colors.