TextLayer constructor
TextLayer(})
Implementation
TextLayer(
this.text, {
this.fontSize = 20,
this.start,
this.end,
this.rotate,
this.x,
this.y,
this.color = Colors.white,
this.bgColor = Colors.black,
this.fontFile,
this.fontFamily,
});