~~NOTRANS~~
~~Title: Menu styles~~
We offer different default menu styles:
If you use ''drawer'' the main area of your application won't show the menu, instead it's only available as overlay/hamburger menu.
The default color of the menu title is inherited from the theme. If you want a custom color, just set the title color in **mobile_styles.xml**:
to get:
{{:flutterui:title_color.png?nolink&280|}}
If you preferr rounded corners and more padding like this menu:
{{:flutterui:mainmenu_new.png?nolink&310|}}
just define your own [[https://doc.sibvisions.com/flutterui/theme_no_customizing|theme]].
The ''drawer'' menu will look like:
{{:flutterui:drawer_full.png?nolink&300|}}
but it's also possible to show the header and/or footer with less space:
{{:flutterui:header_compact.png?nolink&300|}}
{{:flutterui:footer_compact.png?nolink&300|}}
{{:flutterui:header_footer_compact.png?nolink&300|}}
Simply set ''compactHeader'' and/or ''compactFooter'' in your [[https://doc.sibvisions.com/flutterui/theme_no_customizing|theme]].