TextFieldSearch constructor Null safety
Creates a TextFieldSearch for displaying selected elements and retrieving a selected element
Implementation
const TextFieldSearch(
{Key? key,
this.initialList,
required this.label,
required this.controller,
this.textStyle,
this.future,
this.getSelectedValue,
this.decoration,
this.minStringLength = 2})
: super(key: key);