NestingLevel constructor

NestingLevel({
  1. String? bulletAlignment,
  2. String? glyphFormat,
  3. String? glyphSymbol,
  4. String? glyphType,
  5. Dimension? indentFirstLine,
  6. Dimension? indentStart,
  7. int? startNumber,
  8. TextStyle? textStyle,
})

Implementation

NestingLevel({
  this.bulletAlignment,
  this.glyphFormat,
  this.glyphSymbol,
  this.glyphType,
  this.indentFirstLine,
  this.indentStart,
  this.startNumber,
  this.textStyle,
});