HighlightOnUpdateText constructor

const HighlightOnUpdateText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. Color? from,
  5. Color? to,
  6. Duration? inDuration,
  7. Duration? waitDuration,
  8. Duration? outDuration,
  9. Curve? inCurve,
  10. Curve? outCurve,
  11. BorderRadius? borderRadius,
  12. bool? updateAfterHighlighting,
})

Implementation

const HighlightOnUpdateText(
  this.text, {
  super.key,
  this.style,
  this.from,
  this.to,
  this.inDuration,
  this.waitDuration,
  this.outDuration,
  this.inCurve,
  this.outCurve,
  this.borderRadius,
  this.updateAfterHighlighting,
});