TextSpanAnnotatedRegion constructor

const TextSpanAnnotatedRegion({
  1. int? startIndex,
  2. int? endIndex,
})

Creates a new TextSpanAnnotatedRegion.

Implementation

const TextSpanAnnotatedRegion({this.startIndex, this.endIndex});