AnimatedSearch constructor

const AnimatedSearch({
  1. required TextEditingController controller,
  2. double maxSize = 200.0,
  3. Key? key,
})

Implementation

const AnimatedSearch({
  required this.controller,
  this.maxSize = 200.0,
  super.key,
});