Parse from a json
factory PageBlockFooter.fromJson(Map<String, dynamic> json) => PageBlockFooter( footer: RichText.fromJson(json['footer']), );