debugComposerGhostCount property

  1. @visibleForTesting
int get debugComposerGhostCount

Number of live entries in the slide composer's ghost registry. Forwarded for tests that verify ghost-registry pruning behavior.

Implementation

@visibleForTesting
int get debugComposerGhostCount =>
    // ignore: invalid_use_of_visible_for_testing_member
    _composer.debugGhostEntryCount;