heading1 property
Implementation
static final ParagraphStyle heading1 = ParagraphStyle(
name: 'heading1',
displayName: 'Heading 1',
fontFamily: 'DejaVu Sans',
fontSize: 28.0,
styles: ['bold'],
textAlign: 'left',
spacingBefore: 24.0,
spacingAfter: 12.0,
);