Nav Window
A composable window with various customizable properties and everything necessary for a basic precompose desktop app.
Parameters
A lambda function to be called when the window is requested to close.
The state of the window, default is a remembered window state.
A boolean indicating if the window is visible, default is true.
The title of the window, default is "Untitled".
An optional painter for the window icon, default is null.
A boolean indicating if the window is undecorated, default is false.
A boolean indicating if the window is transparent, default is false.
A boolean indicating if the window is resizable, default is true.
A boolean indicating if the window is enabled, default is true.
A boolean indicating if the window is focusable, default is true.
A boolean indicating if the window is always on top, default is false.
A lambda function to handle preview key events, default returns false.
A lambda function to handle key events, default returns false.
A composable lambda function to define the content of the window.