IntersectionObserverEntryInit constructor

IntersectionObserverEntryInit({
  1. DOMRectInit? boundingClientRect,
  2. num? intersectionRatio,
  3. DOMRectInit? intersectionRect,
  4. bool? isIntersecting,
  5. DOMRectInit? rootBounds,
  6. Element? target,
  7. num? time,
})

Implementation

factory IntersectionObserverEntryInit({
  _i3.DOMRectInit? boundingClientRect,
  _i2.num? intersectionRatio,
  _i3.DOMRectInit? intersectionRect,
  _i2.bool? isIntersecting,
  _i3.DOMRectInit? rootBounds,
  _i3.Element? target,
  _i2.num? time,
}) =>
    IntersectionObserverEntryInit._(
      boundingClientRect: boundingClientRect ?? _i6.undefined,
      intersectionRatio: intersectionRatio,
      intersectionRect: intersectionRect ?? _i6.undefined,
      isIntersecting: isIntersecting,
      rootBounds: rootBounds ?? _i6.undefined,
      target: target ?? _i6.undefined,
      time: time,
    );