isFocused property
bool
get
isFocused
check if the dropdownSearch is focused
Implementation
bool get isFocused => _isFocused.value;
check if the dropdownSearch is focused
bool get isFocused => _isFocused.value;