menu
gallery_picker package
documentation
controller/gallery_controller.dart
PhoneGalleryController
updateConfig method
updateConfig method
dark_mode
light_mode
updateConfig
method
void
updateConfig
(
Config
?
config
)
Implementation
void updateConfig(Config? config) { this.config = config ?? Config(); }
gallery_picker package
documentation
controller/gallery_controller
PhoneGalleryController
updateConfig method
PhoneGalleryController class