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