Interaction constructor
- FeaturesetDescriptor? featuresetDescriptor,
- required InteractionType interactionType,
- bool stopPropagation = true,
- String? filter,
- double? radius,
Implementation
Interaction({
this.featuresetDescriptor,
required this.interactionType,
this.stopPropagation = true,
this.filter,
this.radius,
});