Heading constructor

Heading({
  1. required String title,
  2. Paragraph? subtitle,
  3. int headingLevel = 1,
})

Implementation

Heading({required this.title, this.subtitle, this.headingLevel = 1});