textStyle property

TextStyle? textStyle
getter/setter pair

The text style of this tooltip content.

If null, a default TextStyle(color: Color(0xff595959), fontSize: 12,) is set.

Implementation

TextStyle? textStyle;