RenderObject object = RenderProxyBox();
object.debugCreator
The code to to access debug method or property like this should be discourage.
There are some exceptions that it "may" be ok to call them
- in assert
- guarded by if (!kReleaseMode) or if (!kDebugMode)
The code to to access debug method or property like this should be discourage.
There are some exceptions that it "may" be ok to call them