pressSummation method
void
pressSummation()
Adds a summation node to the expression.
Implementation
void pressSummation() {
_laTeXTree.addChildNode(LEType.summationNode);
_notifyListeners();
}
Adds a summation node to the expression.
void pressSummation() {
_laTeXTree.addChildNode(LEType.summationNode);
_notifyListeners();
}