Text constructor
Text({})
Implementation
Text({
this.bold = false,
this.color = '#000000',
this.fontFamily = 'sans-serif',
this.hAlign = 'left',
this.italic = false,
this.kerning = true,
this.pixelSize = 16,
this.strikeout = false,
this.text = '',
this.underline = false,
this.vAlign = 'top',
this.wrap = false,
});