textStyle property
The text style for the sentence or phrase.
Defaults to a standard text style:
TextStyle(fontSize: 14, color: Colors.black, height: 1.25)
Implementation
final TextStyle? textStyle;
The text style for the sentence or phrase.
Defaults to a standard text style:
TextStyle(fontSize: 14, color: Colors.black, height: 1.25)
final TextStyle? textStyle;