attach method
Implementation
void attach(Context context, ViewParent parent) {
this.context = context;
_parent = parent;
if (_series != null && _series!.tooltip != null) {
context.registerToolTip(this);
}
onAttach();
}
void attach(Context context, ViewParent parent) {
this.context = context;
_parent = parent;
if (_series != null && _series!.tooltip != null) {
context.registerToolTip(this);
}
onAttach();
}