IntersectionObserverInit constructor

IntersectionObserverInit({
  1. Node? root,
  2. String? rootMargin,
  3. Object? threshold,
})

Implementation

factory IntersectionObserverInit({
  _i3.Node? root,
  _i2.String? rootMargin,
  _i2.Object? threshold,
}) =>
    IntersectionObserverInit._(
      root: root ?? _i6.undefined,
      rootMargin: rootMargin,
      threshold: threshold ?? _i6.undefined,
    );