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