BulletSuggestionState constructor
      
      BulletSuggestionState({ 
    
    
- bool? listIdSuggested,
- bool? nestingLevelSuggested,
- TextStyleSuggestionState? textStyleSuggestionState,
Implementation
BulletSuggestionState({
  this.listIdSuggested,
  this.nestingLevelSuggested,
  this.textStyleSuggestionState,
});