finishTyping method
void
finishTyping()
Implementation
void finishTyping() {
_finished = true;
_textSpanController.add([...textSpanList]);
widget.onFinish?.call();
}
void finishTyping() {
_finished = true;
_textSpanController.add([...textSpanList]);
widget.onFinish?.call();
}