Remove letterSpacing parameter. Must use style only.
This commit is contained in:
parent
d10fde194f
commit
68f14141d6
1 changed files with 0 additions and 3 deletions
|
|
@ -59,8 +59,6 @@ fun Text(
|
||||||
// Will be removed, only style should be used
|
// Will be removed, only style should be used
|
||||||
fontSize: TextUnit = TextUnit.Unspecified,
|
fontSize: TextUnit = TextUnit.Unspecified,
|
||||||
fontStyle: FontStyle? = null,
|
fontStyle: FontStyle? = null,
|
||||||
// Will be removed, only style should be used
|
|
||||||
letterSpacing: TextUnit = TextUnit.Unspecified,
|
|
||||||
textDecoration: TextDecoration? = null,
|
textDecoration: TextDecoration? = null,
|
||||||
textAlign: TextAlign? = null,
|
textAlign: TextAlign? = null,
|
||||||
// Will be removed, only style should be used
|
// Will be removed, only style should be used
|
||||||
|
|
@ -78,7 +76,6 @@ fun Text(
|
||||||
color = color,
|
color = color,
|
||||||
fontSize = fontSize,
|
fontSize = fontSize,
|
||||||
fontStyle = fontStyle,
|
fontStyle = fontStyle,
|
||||||
letterSpacing = letterSpacing,
|
|
||||||
textDecoration = textDecoration,
|
textDecoration = textDecoration,
|
||||||
textAlign = textAlign,
|
textAlign = textAlign,
|
||||||
lineHeight = lineHeight,
|
lineHeight = lineHeight,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue