const VisibilityDetector({ required this.key, required this.child, required this.onVisibilityChanged, }) : super(key: key);