SettingsView constructor

SettingsView({
  1. Key? key,
  2. String? previousRoute,
})

Implementation

SettingsView({Key? key, this.previousRoute}) : super(key: key);