TextHeightBehavior.fromJson constructor Null safety

TextHeightBehavior.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TextHeightBehavior.fromJson(Map<String, Object?> json) =>
    _$TextHeightBehaviorFromJson(json);