UFUPlaceAutoCompleteController constructor
UFUPlaceAutoCompleteController({
- UFUInputBoxController? searchController,
- required UFUTextSize textSize,
- required UFUFontWeight fontWeight,
Implementation
UFUPlaceAutoCompleteController({
this.searchController,
required this.textSize,
required this.fontWeight,
});