factory ButtonStyle.fromJson(Map<String, dynamic> json) => ButtonStyle( color: json["color"] == null ? null : json["color"], );