copyFromMsg static method
Implementation
static FTCEffectText copyFromMsg(FTCEffectTextMsg msg) {
return FTCEffectText()
..text = msg.text
..fontStyle = msg.fontStyle
..color = msg.color
..alignment = msg.alignment
..fontSize = msg.fontSize;
}