The code behind this shows the rather different ap...
# compose-desktop
k
The code behind this shows the rather different approach I'm taking with the decoration areas (toolbar, header, footer, etc). You create the composable widgets without explicitly specifying the colors for each one. Instead, each decoration area is wrapped in a
DecorationArea
composable, and that in turn "installs" (if you will) all the relevant colors on all the widgets in that area.