File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 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.
112112
113113Describes the appearance attributes for the tabBar to use when an observable scroll view is scrolled to the bottom.
114114
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+
115125### ` tabBarActiveTintColor `
116126
117127Color for the active tab.
@@ -132,16 +142,6 @@ Color of tab indicator. This option is only compatible with Material3 themes.
132142
133143A Boolean value that indicates whether the tab bar is translucent.
134144
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-
145145#### ` sidebarAdaptable ` <Badge text = " iOS" type = " info" />
146146
147147A tab bar style that adapts to each platform.
You can’t perform that action at this time.
0 commit comments