ParagraphMarker constructor
      
      ParagraphMarker({ 
    
    
- Bullet? bullet,
- ParagraphStyle? style,
Implementation
ParagraphMarker({
  this.bullet,
  this.style,
});ParagraphMarker({
  this.bullet,
  this.style,
});