SearchInput constructor

SearchInput(
  1. ValueChanged<String> onSearchInput
)

Implementation

SearchInput(this.onSearchInput);