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
b84d8ee2
Unverified
Commit
b84d8ee2
authored
Dec 18, 2020
by
Abhishek Ghaskata
Committed by
GitHub
Dec 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bottom navigation items length docs (#72490)
parent
e2a0d03b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
bottom_navigation_bar.dart
packages/flutter/lib/src/material/bottom_navigation_bar.dart
+3
-0
No files found.
packages/flutter/lib/src/material/bottom_navigation_bar.dart
View file @
b84d8ee2
...
@@ -50,6 +50,9 @@ enum BottomNavigationBarType {
...
@@ -50,6 +50,9 @@ enum BottomNavigationBarType {
/// [BottomNavigationBarType.fixed] when there are less than four items, and
/// [BottomNavigationBarType.fixed] when there are less than four items, and
/// [BottomNavigationBarType.shifting] otherwise.
/// [BottomNavigationBarType.shifting] otherwise.
///
///
/// The length of [items] must be at least two and each item's icon and title/label
/// must not be null.
///
/// * [BottomNavigationBarType.fixed], the default when there are less than
/// * [BottomNavigationBarType.fixed], the default when there are less than
/// four [items]. The selected item is rendered with the
/// four [items]. The selected item is rendered with the
/// [selectedItemColor] if it's non-null, otherwise the theme's
/// [selectedItemColor] if it's non-null, otherwise the theme's
...
...
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