heading3 property

ParagraphStyle heading3
final

Implementation

static final ParagraphStyle heading3 = ParagraphStyle(
  name: 'heading3',
  displayName: 'Heading 3',
  fontFamily: 'DejaVu Sans',
  fontSize: 18.0,
  styles: ['bold'],
  textAlign: 'left',
  spacingBefore: 16.0,
  spacingAfter: 8.0,
);