A simple text view
TextView(text: string = null)
Construct a TextView
Parameters | |
text | The text to show |
TextView id(id: string)
Set an id to identify a view
Parameters | |
id | id to identify a view |
Return | |
TextView | This TextView instance |
TextView text(text: string)
Set the text to show
Parameters | |
text | The text to show |
Return | |
TextView | This TextView instance |
© 2024 - Macrorify by KoK-CODE