Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/widgets/bottom_navigation_bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ To know more about the BottomNavigationBarItem widget in Flutter, refer to the [
| backgroundColor | `String?` | The background color of the bottom navigation bar item. |
| tooltip | `String?` | The tooltip text to display when the item is long-pressed. |

# BottomNavigationView

A page view that displays the widget which corresponds to the currently selected bottom navigation item.

## Properties

| Property | Type | Description |
|----------|-------------------------------|--------------------------------------------------|
| children | `List<Map<String, dynamic>>` | The widgets below this widget in the tree. |


## Example

Expand Down