CheckboxSetting constructor

const CheckboxSetting(
  1. Setting<bool, dynamic> setting,
  2. String name, {
  3. Key? key,
})

Implementation

const CheckboxSetting(
  this.setting,
  this.name, {
  Key? key,
}) : super(key: key);