LayoutSlot#
Added in version 1.6.
Superclasses: Widget
, InitiallyUnowned
, Object
Implemented Interfaces: Accessible
, Buildable
, ConstraintTarget
A child slot within Layout
.
While it contains a layout child, the visible
property
of the slot is updated to match that of the layout child.
See MultiLayoutView
.