flutter_json_widgets
decoration
Decoration
Decoration.fromJson factory constructor
Decoration.fromJson
Decoration.fromJson
constructor
Null safety
Decoration.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Decoration.fromJson(Map<String, Object?> json) => _$DecorationFromJson(json);
flutter_json_widgets
decoration
Decoration
Decoration.fromJson factory constructor
Decoration class
Constructors
box
fromJson
shape
Properties
color
copyWith
gradient
hashCode
image
runtimeType
shape
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==