NavigationDrawerStyle¶
NavigationDrawerStyle Properties¶
Property | Type | Required |
---|---|---|
DrawerBackground | string |
No |
DrawerButton | string |
No |
HeaderBackground | string |
No |
HeaderHeadline | string |
No |
HeaderIcon | string |
No |
HeaderSeparator | string |
No |
HeaderSubHeadline | string |
No |
SectionCaption | string |
No |
SectionItemActive | string |
No |
SectionItemImage | string |
No |
SectionItemInactive | string |
No |
SectionItemOnPress | string |
No |
SectionSeparator | string |
No |
DrawerBackground¶
Use this to style the background of the whole drawer.
- type:
string
DrawerButton¶
The string value is a style class name for drawer button in side drawer.
- type:
string
HeaderBackground¶
Use this to style the background of the header view.
- type:
string
HeaderHeadline¶
Use this to style the text view of headline.
- type:
string
HeaderIcon¶
The string value is a style class name for header icon in side drawer.
- type:
string
HeaderSeparator¶
Use this to style the separator dividing header and menu area. Can also remove by setting border-bottom-width to 0.
- type:
string
HeaderSubHeadline¶
Use this to style the text view of subheadline.
- type:
string
SectionCaption¶
Use this to style the text view of section caption.
This style can be overridden at section level.
- type:
string
SectionItemActive¶
Use this to style menu item which is currently selected.
This style can be overridden at section and item level.
- type:
string
SectionItemImage¶
The string value is a style class name in menu item.
- type:
string
SectionItemInactive¶
Use this to style all the menu items that are not selected.
This style can be overridden at section and item level.
- type:
string
SectionItemOnPress¶
Use this to style menu item when it is touched upon.
This style can be overridden at section and item level.
- type:
string
SectionSeparator¶
Use this to style the separators dividing sections. Can also remove by setting border-bottom-width to 0.
This style can be overridden at section level.
- type:
string