Defines the text within a Views component. You define the actual text with value
and the font style with style
.
You can pass the value directly, using a shorthand method, or with the value
child key.
Standard method:
text {
value ("#{value(myType)}")
}
Shorthand method:
text ("#{value(myType)}")
Copyright 2024 Samsung All rights reserved