menu
pro_image_editor package
documentation
mixins/standalone_editor.dart
StandaloneEditorState<T extends StatefulWidget, I extends EditorInitConfigs>
layers property
layers property
dark_mode
light_mode
layers
property
List
<
Layer
>
?
get
layers
Returns the layers in the editor.
Implementation
List<Layer>? get layers => initConfigs.layers;
pro_image_editor package
documentation
mixins/standalone_editor
StandaloneEditorState<T extends StatefulWidget, I extends EditorInitConfigs>
layers property
StandaloneEditorState mixin