flutter_json_widgets
rect
Rect
Rect.fromJson factory constructor
Rect.fromJson
Rect.fromJson
constructor
Null safety
Rect.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Rect.fromJson(Map<String, Object?> json) => _$RectFromJson(json);
flutter_json_widgets
rect
Rect
Rect.fromJson factory constructor
Rect class
Constructors
Rect
fromJson
Properties
bottom
copyWith
hashCode
left
right
runtimeType
top
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
fromCenter
fromCircle
fromLTRB
fromLTWH
fromPoints
Constants
zero