recordLayout method
Records layout duration accumulated by a RenderObjectElement during the current frame.
Implementation
void recordLayout(Duration duration) {
_currentLayoutDuration += duration;
}
Records layout duration accumulated by a RenderObjectElement during the current frame.
void recordLayout(Duration duration) {
_currentLayoutDuration += duration;
}