Map<String, dynamic> toJson() => <String, dynamic>{ "visible": visible, "text": text, "background": background.toJson(), "foreground": foreground.toJson(), };