ReloadGallery constructor

ReloadGallery(
  1. Config? config, {
  2. Key? key,
  3. required dynamic onpressed(),
})

Implementation

ReloadGallery(Config? config, {super.key, required this.onpressed})
    : config = config ?? Config();