hasInputConnection property
bool
get
hasInputConnection
Implementation
bool get hasInputConnection {
return _customTextEditKey.currentState?.hasInputConnection == true;
}
bool get hasInputConnection {
return _customTextEditKey.currentState?.hasInputConnection == true;
}