SuggestedParagraphStyle constructor
SuggestedParagraphStyle({
- ParagraphStyle? paragraphStyle,
- ParagraphStyleSuggestionState? paragraphStyleSuggestionState,
Implementation
SuggestedParagraphStyle({
this.paragraphStyle,
this.paragraphStyleSuggestionState,
});