HighlightPainter constructor
HighlightPainter({
- required Color color,
- HighlightPainterStyle style = HighlightPainterStyle.none,
- TextDirection? textDirection,
Implementation
HighlightPainter({
required this.color,
this.style = HighlightPainterStyle.none,
this.textDirection,
});