PhotoViewGestureDetectorScope constructor

const PhotoViewGestureDetectorScope({
  1. Key? key,
  2. Axis? axis,
  3. required Widget child,
})

Implementation

const PhotoViewGestureDetectorScope({Key? key,
  this.axis,
  required Widget child,
}) : super(key: key, child: child);