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