BottomAppBar¶
BottomAppBar is the app bar shown at the bottom part of the window. Used together with AppBarButton or AppTabBar.
Usage¶
BottomAppBar can be created by calling Lydie.Components.View.BottomAppBar
:
Lydie.Components.View.BottomAppBar {
ZIndex = 2,
[Fusion.Children] = {
Lydie.Components.View.AppTabBar { ... }
},
}
Properties¶
Name | Description | Required | Default |
---|---|---|---|
ZIndex |
The Z index of the button, used to show hierarchy of the button. | 1 |
|
[Fusion.Children] |
The children of the bottom bar, this is often used to insert AppTabBar into the list | nil |