textStyle property

TextStyle? textStyle
final

Specifies how the text in the closed caption should look.

If null, defaults to DefaultTextStyle.of(context).style with size 36 font colored white.

Implementation

final TextStyle? textStyle;