textStyle property

TextStyle? textStyle
final

The style for the text.

Defaults to:

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

Implementation

final TextStyle? textStyle;