Map<String, dynamic> toJson() => <String, dynamic>{ "visible": visible, "text": text, "color": color.toString(), "useShadow": useShadow, };