BMFTitleOptions constructor
- {Color? bgColor,
- Color? fontColor,
- String? text,
- int? fontSize = 48,
- double? titleAnchorX = 0.5,
- double? titleAnchorY = 1.0,
- double? titleRotate,
- int? titleXOffset,
- int? titleYOffset}
Implementation
BMFTitleOptions({
this.bgColor,
this.fontColor,
this.text,
this.fontSize = 48,
this.titleAnchorX = 0.5,
this.titleAnchorY = 1.0,
this.titleRotate,
this.titleXOffset,
this.titleYOffset,
});