File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,16 @@ Whether to disable page animations between tabs.
112
112
113
113
Describes the appearance attributes for the tabBar to use when an observable scroll view is scrolled to the bottom.
114
114
115
+ Available options:
116
+
117
+ - ` default ` - uses default background and shadow values.
118
+ - ` transparent ` - uses transparent background and no shadow.
119
+ - ` opaque ` - uses set of opaque colors that are appropriate for the current theme
120
+
121
+ :::note
122
+ It's recommended to use ` transparent ` or ` opaque ` without lazy loading as the tab bar background flashes when a view is rendered lazily.
123
+ :::
124
+
115
125
### ` tabBarActiveTintColor `
116
126
117
127
Color for the active tab.
@@ -132,16 +142,6 @@ Color of tab indicator. This option is only compatible with Material3 themes.
132
142
133
143
A Boolean value that indicates whether the tab bar is translucent.
134
144
135
- Available options:
136
-
137
- - ` default ` - uses default background and shadow values.
138
- - ` transparent ` - uses transparent background and no shadow.
139
- - ` opaque ` - uses set of opaque colors that are appropriate for the current theme
140
-
141
- :::note
142
- It's recommended to use ` transparent ` or ` opaque ` without lazy loading as the tab bar background flashes when a view is rendered lazily.
143
- :::
144
-
145
145
#### ` sidebarAdaptable ` <Badge text = " iOS" type = " info" />
146
146
147
147
A tab bar style that adapts to each platform.
You can’t perform that action at this time.
0 commit comments