effectiveLegendIconType method
Returns the legend icon type.
Implementation
@override
ShapeMarkerType effectiveLegendIconType() => dashArray != null
? ShapeMarkerType.stackedLine100SeriesWithDashArray
: ShapeMarkerType.stackedLine100Series;