mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
improve comment doc in tabs.dart (#140568)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
parent
bfdc32fcd0
commit
7249d9ec6d
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user