ScalingText constructor

ScalingText(
  1. String text, {
  2. double end = 2.0,
  3. TextStyle? style,
})

Creates a jumping text widget.

Each character in text is scaled to end.

Implementation

ScalingText(this.text, {this.end = 2.0, this.style});