CarpenterCollectionSearchField<T, TFilter, TSort> constructor

const CarpenterCollectionSearchField<T, TFilter, TSort>({
  1. Key? key,
  2. required CarpenterDataCollectionControllerBase<T, TFilter, TSort> controller,
  3. String? placeholder,
  4. Widget? prefix,
  5. double width = 520,
})

Implementation

const CarpenterCollectionSearchField({
  super.key,
  required this.controller,
  this.placeholder,
  this.prefix,
  this.width = 520,
});