container
Return
a Container instance added to this group. Note that this actor might store only a single child.
Parameters
will be invoked with the widget as "this". Consumes actor container (usually a Cell or Node) that contains the widget. Might consume the actor itself if this group does not keep actors in dedicated containers. Inlined.
Use this container method variant for customly built actors that you want to keep in a Container.
Return
a Container instance added to this group. Note that this actor might store only a single child.
Parameters
will be added to the container.
will be invoked with the widget as "this". Consumes actor container (usually a Cell or Node) that contains the widget. Might consume the actor itself if this group does not keep actors in dedicated containers. Inlined. Since Container can store only a single child and it is passed as actor, this init block must not create any new actors added to this group.