verticalMarkerIcon property

List<Icon>? verticalMarkerIcon
final

Icons can be defined, which will be drawn on the vertical markerline if 'verticalMarker' is defined.

The lenght of 'verticalMarkerIcon' must be equal to the length of 'verticalMarker'.

Implementation

final List<Icon>? verticalMarkerIcon;