AnimatedSearch constructor
const
AnimatedSearch({
- required TextEditingController controller,
- double maxSize = 200.0,
- Key? key,
Implementation
const AnimatedSearch({
required this.controller,
this.maxSize = 200.0,
super.key,
});