offsets property

List<double>? offsets
final

Specifies where colors[i] begins in the gradient.

Number of elements must equal the number of elements in colors.

Implementation

final List<double>? offsets;