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