layers property

List<Layer> layers
final

The list of layers to be displayed within the stack.

Each layer is represented by a Layer object, allowing for individual customization and manipulation of its content.

Implementation

final List<Layer> layers;