FTCEffectTextMsg constructor

FTCEffectTextMsg({
  1. String? text,
  2. String? fontStyle,
  3. int? color,
  4. int? alignment,
  5. double? fontSize,
})

Implementation

FTCEffectTextMsg({
  this.text,
  this.fontStyle,
  this.color,
  this.alignment,
  this.fontSize,
});