tag property

(String? Function(Tuple)?) tag
getter/setter pair

Tags for each mark element.

Tags are used to indicate correspondence of mark elements in animation. Transition animation happens between elements with the same tag in different frames. Make sure mark elements in diffrent frames have same tag set.

If null, correspondence of mark elements will accord to list indexes.

Implementation

String? Function(Tuple)? tag;