flutter_html_math library Null safety
Classes
- FontOptions
- Options for font selection.
- Math
- Static, non-selectable widget for equations.
- MathOptions
- Options for equation element rendering.
- SelectableMath
- Selectable math widget.
- TexParserSettings
-
Settings for
TexParser
Functions
-
mathMatcher(
) → CustomRenderMatcher - The CustomRenderMatcher for the
-
mathRender(
{OnMathError? onMathError}) → CustomRender - The CustomRender function for the
Enums
Typedefs
- OnErrorFallback = Widget Function(FlutterMathException errmsg)
- OnMathError = Widget Function(String parsedTex, String exception, String exceptionWithType)
Exceptions / Errors
- BuildException
- Exceptions occured during build.
- EncoderException
- FlutterMathException
- Base class for exceptions.
- ParseException