zero.appdocs

BottomNavigation

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType Children

Properties

PresentationType string required
It is used for placing action buttons, navigation controls, and other widget at bottom of the screen.
Allowed BottomAppBar
BackgroundColor string optional
A string value representing the background color. It can be color name or a hex value.
Default "white"
IndicatorColor string optional
A string value representing the indicator color. It can be color name or a hex value.
Default "black"
Padding number optional
A double value representing the internal gap within the bottom navigation contents.
Default 5
Height number optional
The double value representing the height of widgets.
MainAxisAlignment string optional
Determines how the children are aligned along the main axis (vertical axis in a Column)
Allowed End Center SpaceBetween SpaceAround SpaceEvenly
Children array required
The list of widgets to be displayed in this BottomAppBar.

Studio editor metadata

Shapes the studio editor; not enforced at runtime.

BackgroundColor
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "BackgroundColor",
  "PresentationType": "ColorPicker"
}
IndicatorColor
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "IndicatorColor",
  "PresentationType": "ColorPicker"
}
MainAxisAlignment
"Select"
Children
"Array"