auto static method
LatexTheme
auto({
- LatexThemeColors light = defaultLightColors,
- LatexThemeColors dark = defaultDarkColors,
Implementation
static LatexTheme auto({
LatexThemeColors light = defaultLightColors,
LatexThemeColors dark = defaultDarkColors,
}) {
return LatexTheme.adaptive(light: light, dark: dark);
}