SizedBoxShrink.fromJson constructor Null safety

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

Implementation

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