Detection constructor

Detection({
  1. required TextRange range,
  2. TextStyle? style,
  3. int? emojiStartPoint,
})

Implementation

Detection({
  required this.range,
  this.style,
  this.emojiStartPoint,
});