Appearance

constructor(@ColorInt themeColor: Int? = null, isDarkTheme: Boolean? = null)

Parameters

themeColor

Optional theme color in ARGB format (e.g., 0xFF612FFF)

isDarkTheme

Optional dark theme preference. If null, follows system setting