textStyle property

TextStyle? textStyle
final

The text style.

Defaults to:

textTheme.body2.copyWith(fontSize: defaultFontSize, overflow: TextOverflow.ellipsis)

Implementation

final TextStyle? textStyle;