UIConfiguration

data class UIConfiguration(val theme: Theme?, val texts: AppTexts?)

UI配置

Parameters

theme

主题配置

texts

文案配置

Constructors

Link copied to clipboard
constructor(theme: Theme?, texts: AppTexts?)

Properties

Link copied to clipboard

文案配置

Link copied to clipboard
val theme: Theme?

主题配置