SearchInput constructor
const
SearchInput({
- Key? key,
- String label = 'Search',
- String? hint,
- ShapeOptions shapeOptions = const ShapeOptions(),
- ValueChanged<
String> ? onSearch, - TextEditingController? controller,
- CardOptions? cardOptions,
Implementation
const SearchInput({
super.key,
this.label = 'Search',
this.hint,
this.shapeOptions = const ShapeOptions(),
this.onSearch,
this.controller,
this.cardOptions,
});