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