text property

string get text

get all the Text children in the widget tree and return their text as string

Implementation

string get text => texts.join(" ");