H3Config constructor

const H3Config({
  1. TextStyle style = const TextStyle(fontSize: 20, height: 25 / 20, fontWeight: FontWeight.bold),
  2. RichTextBuilder? richTextBuilder,
})

Implementation

const H3Config({
  this.style = const TextStyle(
    fontSize: 20,
    height: 25 / 20,
    fontWeight: FontWeight.bold,
  ),
  this.richTextBuilder,
});