keyScreen property

Screen? keyScreen
getter/setter pair

A singular screen that represents the cluster as a whole.

This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm

Implementation

Screen? keyScreen;