TextStyleSuggestionState constructor

TextStyleSuggestionState({
  1. bool? backgroundColorSuggested,
  2. bool? baselineOffsetSuggested,
  3. bool? boldSuggested,
  4. bool? fontSizeSuggested,
  5. bool? foregroundColorSuggested,
  6. bool? italicSuggested,
  7. bool? linkSuggested,
  8. bool? smallCapsSuggested,
  9. bool? strikethroughSuggested,
  10. bool? underlineSuggested,
  11. 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,
});