OrgLatexInlineWidget constructor

const OrgLatexInlineWidget(
  1. OrgLatexInline latex, {
  2. Key? key,
})

Implementation

const OrgLatexInlineWidget(this.latex, {Key? key}) : super(key: key);