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