textStyle property

TextStyle? textStyle
getter/setter pair

The styles to set on the text.

If the value for a particular style matches that of the parent, that style will be set to inherit. Certain text style changes may cause other changes in order to to mirror the behavior of the Docs editor. See the documentation of TextStyle for more information.

Implementation

TextStyle? textStyle;