itemReverseZIndex property

  1. @JsonKey(defaultValue: false)
bool itemReverseZIndex
final

Determines the canvas stacking order of layers in this frame. When true, the first layer will be draw on top. This property is only applicable for auto-layout frames.

Implementation

@JsonKey(defaultValue: false)
final bool itemReverseZIndex;