GalleryPermissionView constructor

const GalleryPermissionView({
  1. Key? key,
  2. VoidCallback? onRefresh,
  3. ThemeData? theme,
  4. bool isCamera = false,
})

Implementation

const GalleryPermissionView({Key? key, this.onRefresh, this.theme, this.isCamera = false}) : super(key: key);