NavigationSettingsTypography

data class NavigationSettingsTypography(val sectionHeader: TextStyle, val settingLabel: TextStyle, val settingDescription: TextStyle, val settingValue: TextStyle, val actionLabel: TextStyle, val radioOptionLabel: TextStyle, val radioOptionDescription: TextStyle)

Text styles for the navigation settings UI. Override individual tokens via copy.

Constructors

Link copied to clipboard
constructor(sectionHeader: TextStyle, settingLabel: TextStyle, settingDescription: TextStyle, settingValue: TextStyle, actionLabel: TextStyle, radioOptionLabel: TextStyle, radioOptionDescription: TextStyle)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard