Label.this

Creates a new label with the given text inside it.

You can pass null to get an empty label widget.

class Label
this
(
string str = null
)

Parameters

str string

The text of the label

Return Value