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