open class PanelStyleOptions(val themeResourceId: Int = R.style.SpatialSDKTransparentTheme) : PanelConfigOptionsModifier
PanelStyleOptions
(
themeResourceId
)
|
Signature
constructor(themeResourceId: Int = R.style.SpatialSDKTransparentTheme) Parameters themeResourceId: Int
Android theme resource ID applied to the panel's View. Controls text appearance, background, and widget styling. Defaults to SpatialSDKTransparentTheme.
Returns PanelStyleOptions |
themeResourceId
: Int
[Get] |
Android theme resource ID applied to the panel's View. Controls text appearance, background, and widget styling. Defaults to SpatialSDKTransparentTheme.
Signature
open val themeResourceId: Int |
applyTo
(
options
)
|
Applies this style configuration to the target PanelConfigOptions, setting the Android theme resource ID used to style the panel's View hierarchy.
Signature
open override fun applyTo(options: PanelConfigOptions) Parameters options: PanelConfigOptions |