toMsg method
Implementation
FTCEffectTextMsg toMsg() {
return FTCEffectTextMsg()
..text = text
..fontStyle = fontStyle
..color = color
..alignment = alignment
..fontSize = fontSize;
}
FTCEffectTextMsg toMsg() {
return FTCEffectTextMsg()
..text = text
..fontStyle = fontStyle
..color = color
..alignment = alignment
..fontSize = fontSize;
}