HighlightRange constructor

const HighlightRange({
  1. String? pattern,
  2. IntRange? nodeIndices,
  3. Color color = const Color(0x3300AAFF),
  4. Color? borderColor,
})

Implementation

const HighlightRange({
  this.pattern,
  this.nodeIndices,
  this.color = const Color(0x3300AAFF),
  this.borderColor,
});