NamedStyleSuggestionState constructor

NamedStyleSuggestionState({
  1. String? namedStyleType,
  2. ParagraphStyleSuggestionState? paragraphStyleSuggestionState,
  3. TextStyleSuggestionState? textStyleSuggestionState,
})

Implementation

NamedStyleSuggestionState({
  this.namedStyleType,
  this.paragraphStyleSuggestionState,
  this.textStyleSuggestionState,
});