GalleryPermissionView constructor
const
GalleryPermissionView({
- Key? key,
- VoidCallback? onRefresh,
- ThemeData? theme,
- bool isCamera = false,
Implementation
const GalleryPermissionView({Key? key, this.onRefresh, this.theme, this.isCamera = false}) : super(key: key);