label

Extension function for configuring label theme within an AiutaTheme.Builder.

This extension provides a convenient DSL for configuring the label theme as part of the main theme setup.

theme {
label {
typography = AiutaLabelThemeTypography.Default()
}
}

Return

The theme builder for method chaining

Parameters

block

Configuration block for setting up the label theme

See also