textStyle property

TextStyle? textStyle
final

Sets TextStyle for titleTextStyle and bodyTextStyle.

titleTextStyle defaults to TextStyle(color: Colors.white, fontSize: 50.0).

bodyTextStyle defaults to TextStyle(color: Colors.white, fontSize: 24.0).

Implementation

final TextStyle? textStyle;