encode method
Implementation
Object encode() {
return <Object?>[
text,
x,
y,
color,
textSize,
opacity,
animation,
];
}
Object encode() {
return <Object?>[
text,
x,
y,
color,
textSize,
opacity,
animation,
];
}