fromJson method
Implementation
@override
MaterialStateProperty<TextStyle?> fromJson(Map<String, dynamic> json) {
return const NullableMaterialStatePropertyTextStyleConverter()
.fromJson(json)!;
}
@override
MaterialStateProperty<TextStyle?> fromJson(Map<String, dynamic> json) {
return const NullableMaterialStatePropertyTextStyleConverter()
.fromJson(json)!;
}