FontAddedWidget constructor
FontAddedWidget({})
Implementation
FontAddedWidget(
{super.key,
required this.stickerKey,
required this.text,
this.font = '',
this.opacity = 1.0,
this.color,
this.bold = false,
this.italic = false,
this.underline = false,
this.textAlign = TextAlign.left,
this.worldSpace = 1.0,
this.lineSpace = 1.0});