computeChildren method
Compute children. Abstract.
Used to cache children list
Implementation
@override
List<EquationRowNode?> computeChildren() =>
body.expand((row) => row).toList(growable: false);
Compute children. Abstract.
Used to cache children list
@override
List<EquationRowNode?> computeChildren() =>
body.expand((row) => row).toList(growable: false);