DiscHeader constructor

DiscHeader(
  1. String text, {
  2. int type = 1,
})

Make a header markdown text.

Implementation

DiscHeader(this.text, {this.type = 1});