IntersectionOptions constructor
const
IntersectionOptions({})
Creates intersection options.
Implementation
const IntersectionOptions({
this.root,
this.rootMargin = '0px',
this.thresholds = const <double>[0],
this.freezeOnceVisible = false,
});