NsgSearchTextfield constructor

const NsgSearchTextfield({
  1. Key? key,
  2. required NsgBaseController? controller,
  3. double borderRadius = 20,
  4. required dynamic onChanged(
    1. String text
    )?,
})

Implementation

const NsgSearchTextfield({Key? key, required this.controller, this.borderRadius = 20, required this.onChanged}) : super(key: key);