menu
typing_animation package
documentation
typing_animation_code.dart
TypingAnimation
TypingAnimation.new const constructor
TypingAnimation.new const constructor
dark_mode
light_mode
TypingAnimation
constructor
const
TypingAnimation
(
{
Key
?
key
,
required
String
text
,
TextStyle
?
textStyle
,
})
Implementation
const TypingAnimation({super.key, required this.text, this.textStyle});
typing_animation package
documentation
typing_animation_code
TypingAnimation
TypingAnimation.new const constructor
TypingAnimation class