Bullet constructor

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

Implementation

Bullet({
  this.listId,
  this.nestingLevel,
  this.textStyle,
});