flutter_json_widgets
decoration
BoxDecoration
BoxDecoration.fromJson factory constructor
BoxDecoration.fromJson
BoxDecoration.fromJson
constructor
Null safety
BoxDecoration.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory BoxDecoration.fromJson(Map<String, dynamic> json) = _$BoxDecoration.fromJson;
flutter_json_widgets
decoration
BoxDecoration
BoxDecoration.fromJson factory constructor
BoxDecoration class
Constructors
BoxDecoration
fromJson
Properties
backgroundBlendMode
border
borderRadius
boxShadow
color
copyWith
gradient
hashCode
image
runtimeType
shape
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==