SettingsView constructor Null safety

const SettingsView(
  1. {Key? key}
)

Implementation

const SettingsView({Key? key}) : super(key: key);