debugFillProperties method
Implementation
@override
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
super.debugFillProperties(properties);
properties..add(DiagnosticsProperty<Rect>('elementRect', _elementBounds))..add(
DiagnosticsProperty<Rect>('rootBounds', _rootBounds));
}