attachTypingListener method

void attachTypingListener()

Call this method in your initState

Implementation

void attachTypingListener() =>
    textController.addListener(_onTextChangedTypingListener);