SettingsScreen constructor

const SettingsScreen({
  1. Key? key,
  2. Activity? activity,
})

Implementation

const SettingsScreen({super.key, this.activity});