IntersectionSnapshot constructor

const IntersectionSnapshot({
  1. required bool isIntersecting,
  2. required double ratio,
})

Creates an intersection snapshot.

Implementation

const IntersectionSnapshot({required this.isIntersecting, required this.ratio});