TextStyleSuggestionState constructor
TextStyleSuggestionState({
- bool? backgroundColorSuggested,
- bool? baselineOffsetSuggested,
- bool? boldSuggested,
- bool? fontSizeSuggested,
- bool? foregroundColorSuggested,
- bool? italicSuggested,
- bool? linkSuggested,
- bool? smallCapsSuggested,
- bool? strikethroughSuggested,
- bool? underlineSuggested,
- bool? weightedFontFamilySuggested,
Implementation
TextStyleSuggestionState({
this.backgroundColorSuggested,
this.baselineOffsetSuggested,
this.boldSuggested,
this.fontSizeSuggested,
this.foregroundColorSuggested,
this.italicSuggested,
this.linkSuggested,
this.smallCapsSuggested,
this.strikethroughSuggested,
this.underlineSuggested,
this.weightedFontFamilySuggested,
});