heading5 property

ParagraphStyle heading5
final

Implementation

static final ParagraphStyle heading5 = ParagraphStyle(
  name: 'heading5',
  displayName: 'Heading 5',
  fontFamily: 'DejaVu Sans',
  fontSize: 14.0,
  styles: ['bold'],
  textAlign: 'left',
  spacingBefore: 12.0,
  spacingAfter: 4.0,
);