DefaultAnchor.fromJson constructor

DefaultAnchor.fromJson(
  1. dynamic json
)

Implementation

DefaultAnchor.fromJson(dynamic json) {
  _fontFamily = json['fontFamily'];
  _color = json['color'];
  _fontSize = json['fontSize'];
  _fontWeight = json['fontWeight'];
}