FeedbackThemeColors

data class FeedbackThemeColors(@ColorInt val primary: Int, @ColorInt val onPrimary: Int, @ColorInt val surface: Int, @ColorInt val onSurface: Int, @ColorInt val error: Int, @ColorInt val onError: Int)

Public, Compose-free theme colors config (D-13, AND-UI-05).

Consumers pass @ColorInt Int values — never androidx.compose.ui.graphics.Color. The FeedbackTheme composable converts these to a Compose ColorScheme internally.

This type lives in :sdk-ui but MUST NOT import any androidx.compose.* symbol; Plan 05's metalava guard will fail CI if a Compose type leaks here.

Constructors

Link copied to clipboard
constructor(@ColorInt primary: Int, @ColorInt onPrimary: Int, @ColorInt surface: Int, @ColorInt onSurface: Int, @ColorInt error: Int, @ColorInt onError: Int)

Properties

Link copied to clipboard
val error: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard