image
Extension function for configuring image theme within an AiutaTheme.Builder.
This extension provides a convenient DSL for configuring the image theme as part of the main theme setup.
theme {
image {
shapes = AiutaImageThemeShapes.Default()
icons = AiutaImageThemeIcons.Default()
}
// Configure other theme components...
}
Content copied to clipboard
Return
The theme builder for method chaining
Parameters
block
Configuration block for setting up the image theme