menu
web3modal_flutter package
documentation
widgets/web3modal_search_bar.dart
Web3ModalSearchBar
Web3ModalSearchBar.new const constructor
Web3ModalSearchBar.new const constructor
dark_mode
light_mode
Web3ModalSearchBar
constructor
const
Web3ModalSearchBar
(
{
Key
?
key
,
required
String
hintText
,
required
void
onSearch
(
String
),
})
Implementation
const Web3ModalSearchBar({ super.key, required this.hintText, required this.onSearch, });
web3modal_flutter package
documentation
widgets/web3modal_search_bar
Web3ModalSearchBar
Web3ModalSearchBar.new const constructor
Web3ModalSearchBar class