We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A label for displaying text
new(Str:D $text)
Creates a Label
text() returns Str
Returns the text content of the Label.
set-text(Str:D $text) or text(Str:D $text)
set-text(Str:D $text)
text(Str:D $text)
Sets the text content of the Label.