ButtonStyle.fromJson(Map<String, dynamic> json) { color = json['color']; backgroundColor = json['backgroundColor']; }