CarpenterCollectionSearchField<T, TFilter, TSort> constructor
const
CarpenterCollectionSearchField<T, TFilter, TSort> ({
- Key? key,
- required CarpenterDataCollectionControllerBase<
T, TFilter, TSort> controller, - String? placeholder,
- Widget? prefix,
- double width = 520,
Implementation
const CarpenterCollectionSearchField({
super.key,
required this.controller,
this.placeholder,
this.prefix,
this.width = 520,
});