encode method
Implementation
Object encode() {
return <Object?>[
text,
fontStyle,
color,
alignment,
fontSize,
];
}
Object encode() {
return <Object?>[
text,
fontStyle,
color,
alignment,
fontSize,
];
}