Trace:
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
flutterui:screen_styles [2026/03/23 14:25] admin |
flutterui:screen_styles [2026/03/23 14:29] (current) admin |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| We have more style options: | We have more style options: | ||
| - | * f_background_in_title | + | * ''f_background_in_title'' |
| - | * f_simple_menu | + | * ''f_simple_menu'' |
| - | * f_no_menu | + | * ''f_no_menu'' |
| - | * f_no_back | + | * ''f_no_back'' |
| - | * f_overview_back | + | * ''f_overview_back'' |
| - | * f_secure | + | * ''f_secure'' |
| - | The ''f_background_in_title'' will use the background color of the screen for the title as well. The ''f_simple_menu'' will show a minimalistic menu instead of the full drawer menu. | + | The ''f_background_in_title'' will use the background color of the screen for the title as well. This will override the general [[flutterui:mobile_style|screen title color]]. |
| + | The ''f_simple_menu'' will show a minimalistic menu instead of the full drawer menu. | ||
| {{:flutterui:simple_menu.png?nolink&400|}} | {{:flutterui:simple_menu.png?nolink&400|}} | ||
| - | Above screenshots shows both styles in action. | + | Above screenshot shows both styles in action. |
| - | The ''f_no_menu'' hides the men, ''f_no_back'' removes the back arrow, ''f_overview_back'' navigates to the application overview instead the menu. With ''f_secure'' you screen needs biometric or PIN authentication before you can use it. It will show a skeleton screen: | + | The ''f_no_menu'' hides the men, ''f_no_back'' removes the back arrow, ''f_overview_back'' navigates to the application overview instead the menu. |
| - | + | ||
| - | {{:flutterui:screen_secured.png?nolink&300|}} | + | |
| - | + | ||
| - | until successful authentication. | + | |
