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