menu
angulardart_components package
documentation
laminate/overlay/zindexer.dart
ZIndexer
peek method
peek method
dark_mode
light_mode
peek
method
int
peek
(
)
Peek at the current z-index without changing it.
Implementation
int peek() => _currentZIndex;
angulardart_components package
documentation
laminate/overlay/zindexer
ZIndexer
peek method
ZIndexer class