MaterialStatePropertyAll.fromJson constructor Null safety

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

Implementation

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