verticalMarker property
A list of vertical lines can be defined.
AnimatedLineChart(
lineChart,
verticalMarker: [DateTime.parse('2012-02-27 13:08:00')]
It is possible to define a maximum of two vertical markerlines.
Implementation
final List<DateTime> verticalMarker;