ContinuousRectangleBorder.fromJson constructor Null safety

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

Implementation

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