HighlightWord constructor
const
HighlightWord(
- String word, {
- VoidCallback? onTap,
- TextStyle? highlightStyle,
Implementation
const HighlightWord(this.word, {this.onTap, this.highlightStyle});