setNeedsCollectInlines method

void setNeedsCollectInlines()

Mark that inline collection is needed.

Implementation

void setNeedsCollectInlines() {
  _needsCollectInlines = true;
  // Debug: Log when recollection is triggered
  // print('InlineFormattingContext: setNeedsCollectInlines called');
}