SuggestedParagraphStyle constructor

SuggestedParagraphStyle({
  1. ParagraphStyle? paragraphStyle,
  2. ParagraphStyleSuggestionState? paragraphStyleSuggestionState,
})

Implementation

SuggestedParagraphStyle({
  this.paragraphStyle,
  this.paragraphStyleSuggestionState,
});