SettingsViewWithoutAds constructor

const SettingsViewWithoutAds({
  1. Key? key,
  2. required SettingsController controller,
})

Implementation

const SettingsViewWithoutAds({super.key, required this.controller});