NestingLevel constructor

NestingLevel({
  1. TextStyle? bulletStyle,
})

Implementation

NestingLevel({
  this.bulletStyle,
});