AppSearchField constructor

const AppSearchField({
  1. Key? key,
  2. FieldModel? fieldModel,
})

Implementation

const AppSearchField({super.key, this.fieldModel});