rebuildTraceId property

int get rebuildTraceId

Cached tracer ID for rebuilding this element.

Implementation

int get rebuildTraceId => _rebuildTraceId ??= Tracer.registerString(
  '${widget.runtimeType}:rebuild',
);