MdInlineLatex constructor

const MdInlineLatex({
  1. required String tex,
})

Implementation

const MdInlineLatex({required this.tex});