HighlightedWord constructor

HighlightedWord({
  1. TextStyle? textStyle,
  2. VoidCallback? onTap,
  3. BoxDecoration? decoration,
  4. EdgeInsetsGeometry? padding,
})

Implementation

HighlightedWord({
  this.textStyle,
  this.onTap,
  this.decoration,
  this.padding,
});