DiffReviewThreadBuilder typedef

DiffReviewThreadBuilder = Widget Function(BuildContext context, DiffReviewThreadPlacement placement)

Builds the expanded body of a visible review thread.

Keep drafts and provider payloads outside the widget tree, keyed by document/revision and thread ID: offscreen bodies are unmounted.

Implementation

typedef DiffReviewThreadBuilder = Widget Function(
  BuildContext context,
  DiffReviewThreadPlacement placement,
);