MTextCountUp constructor
const
MTextCountUp({
- Key? key,
- required double begin,
- required double end,
- int precision = 0,
- Curve curve = Curves.linear,
- int duration = 250,
- TextStyle? style,
- TextAlign? textAlign,
- TextDirection? textDirection,
- Locale? locale,
- bool? softWrap,
- TextOverflow? overflow,
- double? textScaleFactor,
- int? maxLines,
- String? semanticsLabel,
- String? separator,
- String prefix = '',
- String suffix = '',
Implementation
const MTextCountUp({
super.key,
required this.begin,
required this.end,
this.precision = 0,
this.curve = Curves.linear,
this.duration = 250,
this.style,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.textScaleFactor,
this.maxLines,
this.semanticsLabel,
this.separator,
this.prefix = '',
this.suffix = '',
});