:Label

type Label = {
Text: string?,
Bold: boolean?,
Italic: boolean?,
Font: string?
}Example usage:
Theme colors:
Tag
Affects
Text
Text color
TextFont
Text fontface
TextSize
Text font size
Last updated

type Label = {
Text: string?,
Bold: boolean?,
Italic: boolean?,
Font: string?
}Text
Text color
TextFont
Text fontface
TextSize
Text font size
Last updated
:Label({
Text = "Hello world!"
})