run Iced
Creates and runs an Iced application inside a Jetpack Compose context.
This extension constructs an IcedRuntime for the receiving Application and immediately invokes its composable run
function. Use this to render an Iced-style Elm architecture app with Compose, wiring the application's init
, update
, and view
implementations into the Compose runtime.
Receiver
The Application instance to run.