AutoText constructor

AutoText({
  1. List<String>? suggestedDeletionIds,
  2. List<String>? suggestedInsertionIds,
  3. Map<String, SuggestedTextStyle>? suggestedTextStyleChanges,
  4. TextStyle? textStyle,
  5. String? type,
})

Implementation

AutoText({
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
  this.suggestedTextStyleChanges,
  this.textStyle,
  this.type,
});