PylonCluster constructor
const
PylonCluster({
- Key? key,
- required List<
Pylon> pylons, - required PylonBuilder builder,
Constructs a PylonCluster combining the provided pylons under a shared builder.
Requires non-empty pylons of Pylon.data form and a builder function.
The key supports widget identity for Flutter's reconciliation.
Implementation
const PylonCluster({super.key, required this.pylons, required this.builder});