TeXView constructor
const
TeXView({
- Key? key,
- required TeXViewWidget child,
- List<
TeXViewFont> ? fonts, - TeXViewStyle? style,
- Widget loadingWidgetBuilder(
- BuildContext context
- dynamic onRenderFinished(
- double height
- TeXViewRenderingEngine? renderingEngine,
Implementation
const TeXView({
super.key,
required this.child,
this.fonts,
// this.height = 500,
this.style,
this.loadingWidgetBuilder,
this.onRenderFinished,
this.renderingEngine,
});