idleStopDelay property

Duration idleStopDelay
getter/setter pair

If the user starts typing and stops for idleStopDelay, a TypingEvent.stop will be emitted Defaults to 5 seconds, override at will;

Implementation

Duration idleStopDelay = Duration(seconds: 5);