currentChar property

int get currentChar

Implementation

int get currentChar => boxConfig.timePerChar == 0.0
    ? _actualTextLength
    : math.min(_lifeTime ~/ boxConfig.timePerChar, _actualTextLength);