inDOM property

bool get inDOM

Returns true if this component is in DOM.

Implementation

bool get inDOM {
  return isInDOM(_canvas);
}