menu
canvas_core package
documentation
canvas_core_runtime.dart
ResolvedLinearGradient
ResolvedLinearGradient.new const constructor
ResolvedLinearGradient.new const constructor
dark_mode
light_mode
ResolvedLinearGradient
constructor
const
ResolvedLinearGradient
(
Vec2
start
,
Vec2
end
,
List
<
Color32
>
colors
,
List
<
double
>
stops
,
)
Implementation
const ResolvedLinearGradient(this.start, this.end, this.colors, this.stops);
canvas_core package
documentation
canvas_core_runtime
ResolvedLinearGradient
ResolvedLinearGradient.new const constructor
ResolvedLinearGradient class