selectAllTextStyle property

TextStyle? selectAllTextStyle
final

The text style of the select all button.

Keep in mind that, this is a child of AnimatedDefaultTextStyle and you can use

conditions to animate your textstyle.

Implementation

final TextStyle? selectAllTextStyle;