LinkTextStyles

@Immutable
class LinkTextStyles(val normal: TextStyle, val disabled: TextStyle, val focused: TextStyle, val pressed: TextStyle, val hovered: TextStyle, val visited: TextStyle)

Constructors

Link copied to clipboard
constructor(normal: TextStyle, disabled: TextStyle, focused: TextStyle, pressed: TextStyle, hovered: TextStyle, visited: TextStyle)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disabled: TextStyle
Link copied to clipboard
val focused: TextStyle
Link copied to clipboard
val hovered: TextStyle
Link copied to clipboard
val normal: TextStyle
Link copied to clipboard
val pressed: TextStyle
Link copied to clipboard
val visited: TextStyle

Functions

Link copied to clipboard
@Composable
fun styleFor(state: LinkState): State<TextStyle>