SnackBarThemeOptions
data class SnackBarThemeOptions(val messageTextColor: String = "#FFFFFF", val actionTextColor: String = "#FFCB05", val backgroundColor: String = "#004F71")
Theming options for a snackbar, specifying colors as hex strings for message text, action text, and background.
Used only for in-memory UI configuration — no serialization needed.