isFastTyping property
bool
get
isFastTyping
Check if fast typing is detected
Implementation
bool get isFastTyping => _actionCount > 0;
Check if fast typing is detected
bool get isFastTyping => _actionCount > 0;