SettingsView constructor

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

Implementation

const SettingsView({Key? key, required this.controller}) : super(key: key);