text property Null safety

String text
final

Sets the String as child of the NBText

NBText(
 text:"Hello World",
)

Implementation

final String text;