H5Config constructor

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

Implementation

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