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