Constructs a new StackedLayout instance for stacking widgets on top of each other.
Index of the currently visible widget in the stack.
Whether the layout is active and responsive to user input.
ReadonlyisWhether this object references a valid layout.
ReadonlyonSignal fired when the visible widget index changes, passing the new index.
Distance between widgets in the layout.
Controls how widgets are stacked and which one is visible.
Inserts a widget at the specified index and returns its position in the stack.
Remove all widgets from the layout with specified cleanup behavior.
Schedule layout for deletion after event processing.
Returns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Set the margins around layout contents.
Layout manager displaying one widget at a time.