SettingsView constructor

const SettingsView({
  1. Key? key,
  2. required BuildContext logoutcontext,
})

Implementation

const SettingsView({super.key, required this.logoutcontext});