light static method
Implementation
static LatexTheme light({
Color color = Colors.black,
Color backgroundColor = Colors.transparent,
}) {
return LatexTheme.fixed(
colors: LatexThemeColors(color: color, backgroundColor: backgroundColor),
);
}