RichTextMathematicalExpression constructor

RichTextMathematicalExpression({
  1. required String expression,
})

Implementation

RichTextMathematicalExpression({required this.expression});