SliverGridDelegateWithMaxCrossAxisExtent.fromJson constructor Null safety

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

Implementation

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