surfaceIds property

List<String> get surfaceIds

Ids of surfaces currently on the stack (bottom → top).

Implementation

List<String> get surfaceIds => [for (final s in _stack) s.id];