AnimatedTextSpecWidget constructor

const AnimatedTextSpecWidget(
  1. String text, {
  2. TextSpec? spec,
  3. String? semanticsLabel,
  4. Locale? locale,
  5. Key? key,
  6. required Duration duration,
  7. Curve curve = Curves.linear,
})

Implementation

const AnimatedTextSpecWidget(
  this.text, {
  this.spec,
  this.semanticsLabel,
  this.locale,
  super.key,
  required super.duration,
  super.curve = Curves.linear,
});