BaseAnimationNumberText constructor

const BaseAnimationNumberText(
  1. num number, {
  2. Key? key,
  3. TextStyle? style,
  4. int duration = 1200,
  5. int fixed = 2,
})

Implementation

const BaseAnimationNumberText(this.number,
    {Key? key, this.style, this.duration = 1200, this.fixed = 2})
    : super(key: key);