onItemClicked property

ValueChanged<ItemBuilderData>? onItemClicked
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>? onItemClicked;