currentTextStyle property

TextStyle currentTextStyle

Current TextStyle during the animation.

Defaults to TextStyle(color: Colors.transparent)

Implementation

TextStyle get currentTextStyle => _textStyle.current;