MathElement constructor
Implementation
MathElement({
required this.element,
this.texStr,
String name = "math",
}) : super(name: name, alignment: PlaceholderAlignment.middle, style: Style(display: Display.BLOCK), elementId: element.id);
MathElement({
required this.element,
this.texStr,
String name = "math",
}) : super(name: name, alignment: PlaceholderAlignment.middle, style: Style(display: Display.BLOCK), elementId: element.id);