customClusterWidget property
Custom cluster widget for each cluster point
The key of the map is the number of points in the cluster
The value of the map is the widget that will be displayed in the cluster
You must provide values for 2
for the cluster to work properly
Implementation
final Map<int, Widget> customClusterWidget;