equationStyle property

TextStyle? equationStyle
final

A TextStyle used to apply styles exclusively to the mathematical equations of the laTeXCode. If not provided, this variable will be ignored, and the laTeXCode style will be applied.

Implementation

final TextStyle? equationStyle;