SettingsView constructor

const SettingsView({
  1. Key? key,
  2. bool enableAppBar = true,
})

Implementation

const SettingsView({super.key, this.enableAppBar = true});