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