SettingsTextStyles

@Immutable
class SettingsTextStyles(val titleStyle: TextStyle, val subtitleStyle: TextStyle)

Constructors

Link copied to clipboard
constructor(titleStyle: TextStyle, subtitleStyle: TextStyle)

Properties

Link copied to clipboard
val subtitleStyle: TextStyle
Link copied to clipboard
val titleStyle: TextStyle