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