activeLayers property

List<Layer> get activeLayers

Get the list of layers from the current image editor changes.

Implementation

List<Layer> get activeLayers =>
    stateManager.stateHistory[stateManager.position].layers;