FieldTypeSelectorModal constructor

const FieldTypeSelectorModal({
  1. Set<FieldType>? include,
  2. Set<FieldType>? exclude,
  3. Key? key,
})

Implementation

const FieldTypeSelectorModal({
  this.include,
  this.exclude,
  super.key,
});