dividerKey method

  1. @visibleForTesting
Key dividerKey(
  1. int index
)

The key passed to the divider between childrenindex and childrenindex + 1.

Visible to grab it in tests.

Implementation

@visibleForTesting
Key dividerKey(int index) => Key('$this dividerKey $index');