RichTextLeafMarkTextStyle.fromJson constructor
RichTextLeafMarkTextStyle.fromJson(
- JSONMap json
Implementation
factory RichTextLeafMarkTextStyle.fromJson(JSONMap json) => RichTextLeafMarkTextStyle(
colorString: json["attrs"]["color"],
);