Create a new Label for displaying text.
const lbl = newLabel({ label: 'Hello, world!' });const simple = newLabel('Hello, world!'); Copy
const lbl = newLabel({ label: 'Hello, world!' });const simple = newLabel('Hello, world!');
Create a new Label for displaying text.