flutter_json_widgets
shadow
Shadow
Shadow.fromJson factory constructor
Shadow.fromJson
Shadow.fromJson
constructor
Null safety
Shadow.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Shadow.fromJson(Map<String, Object?> json) => _$ShadowFromJson(json);
flutter_json_widgets
shadow
Shadow
Shadow.fromJson factory constructor
Shadow class
Constructors
Shadow
box
fromJson
Properties
blurRadius
color
copyWith
hashCode
offset
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==