Trace: • Background customizing
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
flutterui:background_customizing [2026/03/23 15:33] admin created |
flutterui:background_customizing [2026/03/23 15:34] (current) admin |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| It's easy to globally change the background of application overview, menu or screens. Simply provide a backgroundBuilder in your main: | It's easy to globally change the background of application overview, menu or screens. Simply provide a backgroundBuilder in your main: | ||
| + | <code dart> | ||
| void main() async { | void main() async { | ||
| await FlutterUI.start( | await FlutterUI.start( | ||
| Line 29: | Line 30: | ||
| ); | ); | ||
| } | } | ||
| + | </code> | ||
| + | |||
| + | In this example, we show a background image in our screens and also show safe-areas in white. | ||
