NiceTypingAnimation constructor
const
NiceTypingAnimation({})
Implementation
const NiceTypingAnimation({
super.key,
required this.text,
this.style,
this.characterDuration = const Duration(milliseconds: 50),
this.startDelay = Duration.zero,
this.onComplete,
this.showCursor = true,
this.cursor = '|',
});