CustomScaleMorphingText constructor

CustomScaleMorphingText(
  1. String text,
  2. TextStyle textStyle,
  3. double progress, {
  4. required double fadeInProgress,
  5. required double fadeOutProgress,
})

Implementation

CustomScaleMorphingText(
  String text,
  TextStyle textStyle,
  double progress, {
  required this.fadeInProgress,
  required this.fadeOutProgress,
}) : super(text, textStyle, progress);