code property

ParagraphStyle code
final

Implementation

static final ParagraphStyle code = ParagraphStyle(
  name: 'code',
  displayName: 'Code',
  fontFamily: 'Courier New',
  fontSize: 13.0,
  styles: [],
  textAlign: 'left',
  spacingBefore: 8.0,
  spacingAfter: 8.0,
);