TypingAnimation constructor

const TypingAnimation({
  1. Key? key,
  2. required String text,
  3. TextStyle? textStyle,
})

Implementation

const TypingAnimation({super.key, required this.text, this.textStyle});