Trace:
Differences
This shows you the differences between two versions of the page.
|
flutterui:menu_styles [2023/01/11 14:19] admin created |
flutterui:menu_styles [2026/03/23 14:56] (current) admin |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| If you use ''drawer'' the main area of your application won't show the menu, instead it's only available as overlay/hamburger menu. | 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**: | ||
| + | |||
| + | <file mobile_styles.xml> | ||
| + | <menu> | ||
| + | <!-- title color --> | ||
| + | <titleColor>#FAFAFA</titleColor> | ||
| + | </menu> | ||
| + | </file> | ||
| + | |||
| + | to get: | ||
| + | |||
| + | {{:flutterui:title_color.png?nolink&300|}} | ||
