RichTextLeafMarkTextStyle.fromJson constructor

RichTextLeafMarkTextStyle.fromJson(
  1. JSONMap json
)

Implementation

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