GalleryViewWrapper constructor
const
GalleryViewWrapper({
- Key? key,
- required Widget child,
- required GalleryController controller,
- bool safeAreaBottom = false,
Implementation
const GalleryViewWrapper({
Key? key,
required this.child,
required this.controller,
this.safeAreaBottom = false,
}) : super(key: key);