StreamingText constructor
Implementation
const StreamingText({
super.key,
required this.text,
this.style,
this.speed = const Duration(milliseconds: 20),
this.animate = true,
this.onComplete,
});
const StreamingText({
super.key,
required this.text,
this.style,
this.speed = const Duration(milliseconds: 20),
this.animate = true,
this.onComplete,
});