Of course you can use the complete framework for your own dialogs as well.
Here's an example of a custom dialog:
Dialog(state, title, icon, style, buttons, options, onEvent = onEvent) {
Text("Text in custom dialog")
// ...
}
Of course you can use the complete framework for your own dialogs as well.
Here's an example of a custom dialog:
Dialog(state, title, icon, style, buttons, options, onEvent = onEvent) {
Text("Text in custom dialog")
// ...
}