SettingsView constructor

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

Implementation

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