Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a32810bc
Commit
a32810bc
authored
Mar 12, 2019
by
Sean D'Souza
Committed by
Hans Muller
Mar 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs edit for Tab Label Color (#29165)
parent
8915cad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
tabs.dart
packages/flutter/lib/src/material/tabs.dart
+6
-5
No files found.
packages/flutter/lib/src/material/tabs.dart
View file @
a32810bc
...
...
@@ -655,8 +655,8 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget {
/// Unselected tab labels are rendered with the same color rendered at 70%
/// opacity unless [unselectedLabelColor] is non-null.
///
/// If this parameter is null then the color of the
theme's body2 text color
/// is used.
/// If this parameter is null then the color of the
[ThemeData.primaryTextTheme]'s
///
body2 text color
is used.
final
Color
labelColor
;
/// The color of unselected tab labels.
...
...
@@ -669,8 +669,8 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget {
/// null then this text style will be used for both selected and unselected
/// label styles.
///
/// If this property is null then the text style of the
theme's body2
/// definition is used.
/// If this property is null then the text style of the
[ThemeData.primaryTextTheme]'s
///
body2
definition is used.
final
TextStyle
labelStyle
;
/// The padding added to each of the tab labels.
...
...
@@ -681,7 +681,8 @@ class TabBar extends StatefulWidget implements PreferredSizeWidget {
/// The text style of the unselected tab labels
///
/// If this property is null then the [labelStyle] value is used. If [labelStyle]
/// is null then the text style of the theme's body2 definition is used.
/// is null then the text style of the [ThemeData.primaryTextTheme]'s
/// body2 definition is used.
final
TextStyle
unselectedLabelStyle
;
/// {@macro flutter.widgets.scrollable.dragStartBehavior}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment