defaultStyleH1 property
Implementation
static BlockStyle defaultStyleH1 = BlockStyle(
text: InlineTextStyle(fontScale: 2.0, fontWeight: FontWeight.bold),
margin: const EdgeInsets.fromLTRB(0, 24, 0, 12),
);
static BlockStyle defaultStyleH1 = BlockStyle(
text: InlineTextStyle(fontScale: 2.0, fontWeight: FontWeight.bold),
margin: const EdgeInsets.fromLTRB(0, 24, 0, 12),
);