snapToEnd method
Marks length characters revealed with no animation.
Implementation
void snapToEnd(int length) {
_revealed = length.toDouble();
_fastForwarding = false;
}
Marks length characters revealed with no animation.
void snapToEnd(int length) {
_revealed = length.toDouble();
_fastForwarding = false;
}