onCreated property

OnTooltipCreatedCallback? onCreated
final

onCreated is a callback that will return a function that will show the tooltip this function for special cases that the user want to show the tooltip manually for example, the user want to show the tooltip when the user click on a button the user can use this function to show the tooltip

Implementation

final OnTooltipCreatedCallback? onCreated;