textStyle property
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;
Specifies how the text in the closed caption should look.
If null, defaults to DefaultTextStyle.of(context).style with size 36 font colored white.
final TextStyle? textStyle;