TextSpan constructor

TextSpan({
  1. int? beginOffset,
  2. String? content,
})

Implementation

TextSpan({
  this.beginOffset,
  this.content,
});