build method
The method uses the SearchBarComponent.builder method to actually build the Widget.
data
Must not be null.
Used by ListViewMenu.
Implementation
Widget build(SearchBarComponentData data) {
assert(builder != null, ComponentAssertionMessages.nullBuilderMethod);
return builder!(data);
}