You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/widgets/tabbar.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ The TabBar Widget enables the creation of tab bars, providing a convenient and v
11
11
| styles | object |[See properties](#styles)|
12
12
| selectedIndex | integer | Selecting a Tab based on its index order |
13
13
| items | array | Define each of your Tab here |
14
+
| persistentTabBar | boolean | Keep the TabBar header fixed while the selected tab body content scrolls. Only applies to the full `TabBar` container, not `TabBarOnly`. |
14
15
| onTabSelection | action | The action that will be performed when a tab is pressed. |
15
16
| onTabSelectionHaptic | enum | The type of haptic to perform when a tab is pressed. It should be one of heavyImpact, mediumImpact, lightImpact, selectionClick, and vibrate |
0 commit comments