geometryKeys property
-
If this set is empty, the MultiDateContentGeometry will be looked up in the widget ancestors. This is the default for events placed in a MultiDateContent.
-
If this set contains a single key, it's geometry will be used, even if the event is not currently dragged directly over it.
-
If this set contains multiple keys, the first key whose geometry contains the current drag position will be used. E.g., if you have two MultiDateContent widgets next to each other, we will use the key of the MultiDateContent that this is currently being dragged over.
Otherwise, if the current drag position does not match any geometry, the first key will be used.
Implementation
final Set<GlobalKey<MultiDateContentGeometry>> geometryKeys;