recordPaint method
Records paint duration accumulated by a RenderObjectElement during the current frame.
Implementation
void recordPaint(Duration duration) {
_currentPaintDuration += duration;
}
Records paint duration accumulated by a RenderObjectElement during the current frame.
void recordPaint(Duration duration) {
_currentPaintDuration += duration;
}