FastSearchView constructor
FastSearchView({
- GestureTapCallback? onTap,
- String? text,
- EdgeInsetsGeometry? margin,
- TextEditingController? controller,
- double radius = 10.0,
- Callback? onChange,
- GestureTapCallback? onSubmitted,
- 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),
});