FastAppSettingsToggleSaveEntryField constructor

const FastAppSettingsToggleSaveEntryField({
  1. Key? key,
  2. void onSaveEntryChanged(
    1. bool
    )?,
  3. FastFormFieldDescriptor? descriptor,
  4. String? labelText,
})

Implementation

const FastAppSettingsToggleSaveEntryField({
  super.key,
  this.onSaveEntryChanged,
  this.descriptor,
  this.labelText,
});