TextStyle.fromJson constructor

TextStyle.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TextStyle.fromJson(Map<String, dynamic> json) => _$TextStyleFromJson(json);