MdBlockLatex constructor

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

Implementation

const MdBlockLatex({required this.tex});