StretchyOpNode constructor
StretchyOpNode({
- required EquationRowNode? above,
- required EquationRowNode? below,
- required String symbol,
Implementation
StretchyOpNode({
required this.above,
required this.below,
required this.symbol,
}) : assert(above != null || below != null);