stack property
List<ShortcutSurface>
get
stack
Surface stack, bottom → top (top is last).
Implementation
List<ShortcutSurface> get stack => List.unmodifiable(_stack);
Surface stack, bottom → top (top is last).
List<ShortcutSurface> get stack => List.unmodifiable(_stack);