TxSearchDelegate<T> constructor
TxSearchDelegate<T> ({
- String? searchFieldLabel,
- TextStyle? searchFieldStyle,
- InputDecorationTheme? searchFieldDecorationTheme,
- TextInputType? keyboardType,
- TextInputAction textInputAction = TextInputAction.search,
- bool automaticallyImplyLeading = false,
Implementation
TxSearchDelegate({
this.searchFieldLabel,
this.searchFieldStyle,
this.searchFieldDecorationTheme,
this.keyboardType,
this.textInputAction = TextInputAction.search,
this.automaticallyImplyLeading = false,
});