TextDrawConfig constructor
TextDrawConfig(})
Implementation
TextDrawConfig(
this.offset, {
this.align = Alignment.center,
this.scaleFactor = 1,
this.maxWidth = double.infinity,
this.minWidth = 0,
this.rotate = 0,
this.textAlign = TextAlign.center,
this.textDirection = TextDirection.ltr,
this.maxLines,
this.maxHeight=double.maxFinite,
this.ellipsis,
});