heading2 property
Implementation
static final ParagraphStyle heading2 = ParagraphStyle(
name: 'heading2',
displayName: 'Heading 2',
fontFamily: 'DejaVu Sans',
fontSize: 22.0,
styles: ['bold'],
textAlign: 'left',
spacingBefore: 20.0,
spacingAfter: 10.0,
);