OrgFixedWidthArea constructor

OrgFixedWidthArea(
  1. String indent,
  2. String content,
  3. String trailing
)

Implementation

OrgFixedWidthArea(this.indent, this.content, this.trailing);