dashGradient property

List<Color>? dashGradient
final

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

If this is specified, dashColor has no effect.

Implementation

final List<Color>? dashGradient;