activeLayers property

List<Layer> activeLayers

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

Implementation

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