pub fn wrap_with_chrome<V: Render + 'static>( content: Entity<V>, cx: &mut App, ) -> Entity<WindowChrome<V>>
Construct a chrome wrapper entity for content. Used by FluentApp::run.
content
FluentApp::run