VPSearchController constructor

VPSearchController({
  1. VoidCallback? onChanged,
  2. String? keyWord,
})

Implementation

VPSearchController({this.onChanged, this.keyWord}) : super();