defaultStyleH2 property
Implementation
static BlockStyle defaultStyleH2 = BlockStyle(
text: InlineTextStyle(fontScale: 1.5, fontWeight: FontWeight.bold),
margin: const EdgeInsets.fromLTRB(0, 24, 0, 8),
);
static BlockStyle defaultStyleH2 = BlockStyle(
text: InlineTextStyle(fontScale: 1.5, fontWeight: FontWeight.bold),
margin: const EdgeInsets.fromLTRB(0, 24, 0, 8),
);