Properties
Name | Type | Default | Description |
---|---|---|---|
Behavior | |||
Bottom |
bool |
False | If true, Appbar will be placed at the bottom of the screen. |
ChildContent |
RenderFragment |
null | Child content of the component. |
Fixed |
bool |
True | If true, appbar will be Fixed. |
WrapContent |
bool |
False | If true, AppBar is allowed to wrap. |
Appearance | |||
Color |
Color |
Color.Default | The color of the component. It supports the theme colors. |
Dense |
bool |
False | If true, compact padding will be used. |
DisableGutters |
bool |
False | If true, the left and right padding is removed from the appbar. |
Elevation |
int |
4 | The higher the number, the heavier the drop-shadow. 0 for no shadow. |
ToolBarClass |
string |
null | User class names, separated by spaces for the nested toolbar. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |