NestingLevelSuggestionState constructor

NestingLevelSuggestionState({
  1. bool? bulletAlignmentSuggested,
  2. bool? glyphFormatSuggested,
  3. bool? glyphSymbolSuggested,
  4. bool? glyphTypeSuggested,
  5. bool? indentFirstLineSuggested,
  6. bool? indentStartSuggested,
  7. bool? startNumberSuggested,
  8. TextStyleSuggestionState? textStyleSuggestionState,
})

Implementation

NestingLevelSuggestionState({
  this.bulletAlignmentSuggested,
  this.glyphFormatSuggested,
  this.glyphSymbolSuggested,
  this.glyphTypeSuggested,
  this.indentFirstLineSuggested,
  this.indentStartSuggested,
  this.startNumberSuggested,
  this.textStyleSuggestionState,
});