remaining property

  1. @override
Duration remaining
override

Return the remaining Duration for the Animation (when applicable).

Implementation

@override
Duration get remaining => speed * (textCharacters.length - _typingText.value);