AnnotationLayer<T> constructor
const
AnnotationLayer<T> ({
- Key? key,
- required NodeFlowController<
T> controller, - bool filter()?,
Creates an annotation layer.
Parameters
controller: The node flow controller managing the annotationsfilter: Optional predicate to filter which annotations to render
Implementation
const AnnotationLayer({super.key, required this.controller, this.filter});