toLabel

fun String.toLabel(): Label

Translate a String and make a Label widget from it

fun Int.toLabel(): Label

Make a Label widget containing this Int as text

fun String.toLabel(fontColor: Color = Color.WHITE, fontSize: Int = 18): Label

Translate a String and make a Label widget from it with a specified font color and size