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