Bullet constructor

Bullet({
  1. TextStyle? bulletStyle,
  2. String? glyph,
  3. String? listId,
  4. int? nestingLevel,
})

Implementation

Bullet({
  this.bulletStyle,
  this.glyph,
  this.listId,
  this.nestingLevel,
});