SliverGridDelegateWithFixedCrossAxisCount.fromJson constructor Null safety

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

Implementation

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