style property

Animation<TextStyle> style

The animation that controls the descendants' text style.

Implementation

Animation<TextStyle> get style => listenable as Animation<TextStyle>;