SettingWidget constructor

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

Implementation

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