FXSearchBar constructor
const
FXSearchBar({})
Implementation
const FXSearchBar({
Key? key,
required this.controller,
this.onChanged,
this.isDense,
this.onDelete,
this.hintText,
this.hintSize,
}) : super(key: key);