snapToEnd method

void snapToEnd(
  1. int length
)

Marks length characters revealed with no animation.

Implementation

void snapToEnd(int length) {
  _revealed = length.toDouble();
  _fastForwarding = false;
}