repeatCharacters property

bool repeatCharacters
final

If repeatCharacters is true, it means that characters that are repeated between interpolations in the tape of each character will be repeated instead of optimized to only render once. eg: Interpolating between World and Whale, the W and l will both be rendered and animated to roll twice instead of just once.

Implementation

final bool repeatCharacters;