SuggestedTextStyle constructor

SuggestedTextStyle({
  1. TextStyle? textStyle,
  2. TextStyleSuggestionState? textStyleSuggestionState,
})

Implementation

SuggestedTextStyle({
  this.textStyle,
  this.textStyleSuggestionState,
});