OnMathError typedef

OnMathError = Widget Function(String parsedTex, String exception, String exceptionWithType)

Implementation

typedef OnMathError = Widget Function(
  String parsedTex,
  String exception,
  String exceptionWithType,
);