flutter_json_widgets
widget
ClipRect
ClipRect.fromJson factory constructor
ClipRect.fromJson
ClipRect.fromJson
constructor
Null safety
ClipRect.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ClipRect.fromJson(Map<String, dynamic> json) = _$ClipRect.fromJson;
flutter_json_widgets
widget
ClipRect
ClipRect.fromJson factory constructor
ClipRect class
Constructors
ClipRect
fromJson
Properties
child
clipBehavior
copyWith
hashCode
key
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==