TextStyle
public final class TextStyle
Description of a text style for the androidx.glance.layout.Text composable.
Summary
Public fields |
|
|---|---|
final ColorProvider |
|
final TextUnit |
|
final FontStyle |
|
final FontWeight |
|
final TextAlign |
|
final TextDecoration |
|
Public constructors |
|
|---|---|
TextStyle( |
|
Public fields
Public constructors
TextStyle
public final TextStyle(
ColorProvider color,
TextUnit fontSize,
FontWeight fontWeight,
FontStyle fontStyle,
TextAlign textAlign,
TextDecoration textDecoration
)