dashGapGradient property

List<Color>? dashGapGradient
final

The gradient colors of the dash gap. Default null. The first color is beginning color, the second one is ending color.

If this is specified, dashGapColor has no effect.

Implementation

final List<Color>? dashGapGradient;