kioba
06/27/2019, 11:55 PMTextStyle
values are expected in Float but I can see that the ui.core has an Int.sp
extension for font sizes.
an example: Text(text = "Hello World!", style= TextStyle(fontSize = 96f))
Is there something I missing here or this will change in the future?