A Widget to display a DynamicValue holding a string
new DynamicText({text:new TextValue("test")}) //JSX <DynamicText text={new TextValue("test")}/>
A Widget to display a DynamicValue holding a string
example
new DynamicText({text:new TextValue("test")}) //JSX <DynamicText text={new TextValue("test")}/>