Closed Sinaloense closed 1 week ago
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like
Additional context I didn't found how to add ripple effect to SearchBox:
return Column( children: [ Material( color: Colors.transparent, child: DropdownSearch<String>( items: (filter, infiniteScrollProps) => ['hello', 'world'], clickProps: ClickProps( borderRadius: BorderRadius.circular(20.00), ), decoratorProps: DropDownDecoratorProps( decoration: InputDecoration( labelText: "Sucursal", helperText: 'Busque y seleccione la sucursal', border: OutlineInputBorder( borderRadius: BorderRadius.circular(20.00), ), ), ), popupProps: const PopupPropsMultiSelection.modalBottomSheet( showSearchBox: true, searchDelay: Duration(milliseconds: 0), searchFieldProps: TextFieldProps( decoration: InputDecoration( labelText: "Buscar sucursal", border: OutlineInputBorder( borderRadius: BorderRadius.all(Radius.circular(20.00)), ), ), ), ), ), ), ], );
Screenshots
dropdown_search: ^6.0.1
this is not possible in this package. seachBox is a textField and textFileld has no Ripple effect
seachBox
textField
textFileld
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like
Describe alternatives you've considered
Additional context I didn't found how to add ripple effect to SearchBox:
Screenshots
dropdown_search: ^6.0.1