TxSearchDelegate<T> constructor

TxSearchDelegate<T>({
  1. String? searchFieldLabel,
  2. TextStyle? searchFieldStyle,
  3. InputDecorationTheme? searchFieldDecorationTheme,
  4. TextInputType? keyboardType,
  5. TextInputAction textInputAction = TextInputAction.search,
  6. bool automaticallyImplyLeading = false,
})

Implementation

TxSearchDelegate({
  this.searchFieldLabel,
  this.searchFieldStyle,
  this.searchFieldDecorationTheme,
  this.keyboardType,
  this.textInputAction = TextInputAction.search,
  this.automaticallyImplyLeading = false,
});