heading6 property

ParagraphStyle heading6
final

Implementation

static final ParagraphStyle heading6 = ParagraphStyle(
  name: 'heading6',
  displayName: 'Heading 6',
  fontFamily: 'DejaVu Sans',
  fontSize: 13.0,
  styles: ['bold'],
  textAlign: 'left',
  spacingBefore: 10.0,
  spacingAfter: 2.0,
);