isSelfRenderBoxAttached method

bool isSelfRenderBoxAttached()
inherited

Implementation

@pragma('vm:prefer-inline')
bool isSelfRenderBoxAttached() {
  return someRenderBoxSatisfy((boxModel) => boxModel.attached == true);
}