textStyle property

TextStyle textStyle
final

It is the design of the text that will be used in all the texts of the VideoViwer

DEFAULT:

 TextStyle(color: Colors.white, fontSize: 12, fontWeight: FontWeight.bold)

Implementation

final TextStyle textStyle;