flutter_json_widgets
gradient
Gradient
Gradient.fromJson factory constructor
Gradient.fromJson
Gradient.fromJson
constructor
Null safety
Gradient.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Gradient.fromJson(Map<String, Object?> json) => _$GradientFromJson(json);
flutter_json_widgets
gradient
Gradient
Gradient.fromJson factory constructor
Gradient class
Constructors
fromJson
linear
radial
sweep
Properties
colors
copyWith
hashCode
runtimeType
stops
tileMode
transform
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==