SettingField constructor

const SettingField(
  1. String key,
  2. String label, {
  3. bool multiline = false,
  4. String? hint,
})

Implementation

const SettingField(this.key, this.label, {this.multiline = false, this.hint});