quote property
Implementation
static final ParagraphStyle quote = ParagraphStyle(
name: 'quote',
displayName: 'Quote',
fontFamily: 'Georgia',
fontSize: 14.0,
styles: ['italic'],
textAlign: 'left',
indent: 2,
spacingBefore: 12.0,
spacingAfter: 12.0,
);