NamedStyleSuggestionState constructor
      
      NamedStyleSuggestionState({ 
    
    
- String? namedStyleType,
- ParagraphStyleSuggestionState? paragraphStyleSuggestionState,
- TextStyleSuggestionState? textStyleSuggestionState,
Implementation
NamedStyleSuggestionState({
  this.namedStyleType,
  this.paragraphStyleSuggestionState,
  this.textStyleSuggestionState,
});