SettingName constructor

const SettingName({
  1. Key? key,
  2. String? type = '1',
})

Implementation

const SettingName({Key? key, this.type = '1'}) : super(key: key);