pylons property

List<Pylon> pylons
final

The ordered list of Pylon widgets forming the cluster.

Provide Pylon<T>.data() instances without builders, as PylonCluster supplies the shared builder. The sequence determines the wrapping order: earlier pylons wrap later ones, making all values available in the builder.

Empty lists result in direct builder execution without pylons.

Implementation

final List<Pylon> pylons;