hasGradientStops property

bool hasGradientStops

Implementation

bool get hasGradientStops =>
    gradientStrokeStops != null &&
    gradientStrokeStops!.length == gradientStrokeColors!.length;