Bases: enaml.widgets.constraints_widget.ConstraintsWidget
A component which displays its children as a stack of widgets, only one of which is visible at a time.
The index of the visible widget in the stack. The widget itself does not provide a means to changing this index. That control must be supplied externally. If the given index falls outside of the range of stack items, no widget will be visible.
The transition to use when change between stack items. XXX Document the supported transitions.
A read only property which returns the stack’s StackItems
alias of __NoInterface__