followTargetOnScroll property

bool followTargetOnScroll
final

Whether the overlay should follow the target widget when scrolling. When true, the overlay position updates in real-time as the user scrolls. Default is true for better UX with scrollable content.

Implementation

final bool followTargetOnScroll;