textStyle property

TextStyle? textStyle
final

The style for rendered math analogous to Text.style.

Can controll the size of the equation via TextStyle.fontSize. It can also affect the font weight and font shape of the equation.

If set to null, DefaultTextStyle from the context will be used.

Will be overruled if options is present.

Implementation

final TextStyle? textStyle;