heading3 property
Implementation
static final ParagraphStyle heading3 = ParagraphStyle(
name: 'heading3',
displayName: 'Heading 3',
fontFamily: 'DejaVu Sans',
fontSize: 18.0,
styles: ['bold'],
textAlign: 'left',
spacingBefore: 16.0,
spacingAfter: 8.0,
);