AppRotateAnimatedText constructor

const AppRotateAnimatedText({
  1. Key? key,
  2. required String text,
  3. int durationMs = 1600,
  4. int pauseDurationMs = 1000,
  5. bool repeatForever = false,
  6. TextStyle? textStyle,
  7. bool useAnimation = true,
})

Implementation

const AppRotateAnimatedText({super.key,
  required this.text,
  this.durationMs = 1600 ,
  this.pauseDurationMs = 1000,
  this.repeatForever = false,
  this.textStyle,
  this.useAnimation = true
});