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