inDOM property

bool inDOM

Returns true if this component is in DOM.

Implementation

bool get inDOM {
  return isInDOM(_canvas);
}