configure
Configures the application using the provided configuration block.
Allows customization of various application settings by applying the desired configurations to the Configuration instance.
Usage example:
configure {
width = 720
height = 720
}Content copied to clipboard
Parameters
init
A lambda function that operates on an instance of Configuration. This lambda is used to define the application's configuration settings.