FontParams.fromJson(Map<String, dynamic> json) { family = json['family']; size = json['size'] == null ? null : json['size'].toDouble(); style = FontStyle.fromJson(json['style']); }