FastSearchView constructor

FastSearchView({
  1. GestureTapCallback? onTap,
  2. String? text,
  3. EdgeInsetsGeometry? margin,
  4. TextEditingController? controller,
  5. double radius = 10.0,
  6. Callback? onChange,
  7. GestureTapCallback? onSubmitted,
  8. Color backgroundColor = const Color(0xffF2F2F7),
})

Implementation

FastSearchView({this.onTap,
  this.text,
  this.margin,
  this.controller,
  this.radius = 10.0,
  this.onChange,
  this.onSubmitted,
  this.backgroundColor = const Color(0xffF2F2F7),
});