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