onModelChange method
Callback to fire the _TooltipViewState.build when the TooltipModel changes
Implementation
@override
onModelChange(WidgetModel model, {String? property, dynamic value})
{
if (mounted) setState((){});
}
Callback to fire the _TooltipViewState.build when the TooltipModel changes
@override
onModelChange(WidgetModel model, {String? property, dynamic value})
{
if (mounted) setState((){});
}