AutoText constructor

AutoText({
  1. String? content,
  2. TextStyle? style,
  3. String? type,
})

Implementation

AutoText({
  this.content,
  this.style,
  this.type,
});