heading4 property

ParagraphStyle heading4
final

Implementation

static final ParagraphStyle heading4 = ParagraphStyle(
  name: 'heading4',
  displayName: 'Heading 4',
  fontFamily: 'DejaVu Sans',
  fontSize: 16.0,
  styles: ['bold'],
  textAlign: 'left',
  spacingBefore: 14.0,
  spacingAfter: 6.0,
);