Application
Core interface for an Iced application following the Elm Architecture.
This interface defines the contract for building reactive applications where state changes are driven by messages and rendered through a view function.
Parameters
Model
The application's state type
Message
The type of messages that can update the state
Functions
Link copied to clipboard
Convenience operator function that runs this Application as a Composable.
Link copied to clipboard
Creates and runs an Iced application inside a Jetpack Compose context.