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