heading6 property
Implementation
static final ParagraphStyle heading6 = ParagraphStyle(
name: 'heading6',
displayName: 'Heading 6',
fontFamily: 'DejaVu Sans',
fontSize: 13.0,
styles: ['bold'],
textAlign: 'left',
spacingBefore: 10.0,
spacingAfter: 2.0,
);