onItemHoverExit property

ValueChanged<ItemBuilderData>? onItemHoverExit
final

Return index of item clicked. Since graph can be multi value, user will have to handle clicked index to show data they want to show

Implementation

final ValueChanged<ItemBuilderData>? onItemHoverExit;