activeLayers property

List<Layer> activeLayers

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

Implementation

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