debugActiveLayout property
The render object that is actively computing layout.
Only valid when asserts are enabled. In release builds, always returns null.
Implementation
static RenderObject get debugActiveLayout => _debugActiveLayout;
The render object that is actively computing layout.
Only valid when asserts are enabled. In release builds, always returns null.
static RenderObject get debugActiveLayout => _debugActiveLayout;