peek method

int peek()

Peek at the current z-index without changing it.

Implementation

int peek() => _currentZIndex ?? hoverableAutoIncrement;