ParagraphMarker constructor

ParagraphMarker({
  1. Bullet? bullet,
  2. ParagraphStyle? style,
})

Implementation

ParagraphMarker({
  this.bullet,
  this.style,
});