HighlightPainter constructor

HighlightPainter({
  1. required Color color,
  2. HighlightPainterStyle style = HighlightPainterStyle.none,
  3. TextDirection? textDirection,
})

Implementation

HighlightPainter({
  required this.color,
  this.style = HighlightPainterStyle.none,
  this.textDirection,
});