SlideView constructor

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

Implementation

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