ElementAnchorPredicate typedef

ElementAnchorPredicate = bool Function(String key, String? content)

A function type for determining the anchor point for element insertion.

Implementation

typedef ElementAnchorPredicate = bool Function(String key, String? content);