poweredBar

Extension function for configuring power bar theme within an AiutaTheme.Builder.

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

theme {
poweredBar {
strings = AiutaPowerBarThemeStrings.Default()
colors = AiutaPowerBarThemeColors.Default()
}
}

Return

The theme builder for method chaining

Parameters

block

Configuration block for setting up the power bar theme

See also