pub fn scaffold(
title: impl Into<String>,
dark_mode: bool,
tabs: Vec<Tab>,
body: Widget,
) -> WidgetExpand description
App shell: top bar + bottom-nav tabs + scrollable body. dark_mode is
theme-as-data (the shell themes the whole app from it).