SymbolNode constructor
SymbolNode({
- required String symbol,
- bool variantForm = false,
- AtomType? overrideAtomType,
- FontOptions? overrideFont,
- Mode mode = Mode.math,
Implementation
SymbolNode({
required this.symbol,
this.variantForm = false,
this.overrideAtomType,
this.overrideFont,
this.mode = Mode.math,
}) : assert(symbol.isNotEmpty);