SettingView constructor

const SettingView({
  1. Key? key,
})

Implementation

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