TextTypewriter constructor

const TextTypewriter({
  1. Key? key,
  2. required double width,
})

Implementation

const TextTypewriter({super.key, required this.width});