LatexTheme.fixed constructor

const LatexTheme.fixed({
  1. required LatexThemeColors colors,
})

Implementation

const factory LatexTheme.fixed({required LatexThemeColors colors}) =
    _FixedLatexTheme;