UFUPlaceAutoCompleteController constructor

UFUPlaceAutoCompleteController({
  1. UFUInputBoxController? searchController,
  2. required UFUTextSize textSize,
  3. required UFUFontWeight fontWeight,
})

Implementation

UFUPlaceAutoCompleteController({
  this.searchController,
  required this.textSize,
  required this.fontWeight,
});