SlideView.snapshot constructor

const SlideView.snapshot(
  1. Slide slide, {
  2. Key? key,
})

Implementation

const SlideView.snapshot(
  this.slide, {
  super.key,
}) : _isSnapshot = true;