OrgMarkup constructor

OrgMarkup(
  1. String leadingDecoration,
  2. String content,
  3. String trailingDecoration,
  4. OrgStyle style,
)

Implementation

OrgMarkup(
  this.leadingDecoration,
  this.content,
  this.trailingDecoration,
  this.style,
);