Open jaredsburrows opened 1 year ago
AnimatedTextKit( animatedTexts: [ TypewriterAnimatedText( 'My App', textStyle: TextStyle( fontSize: Theme.of(context).textTheme.headlineMedium?.fontSize, fontWeight: FontWeight.bold, ), speed: const Duration(milliseconds: 200), cursor: '|', ), ], totalRepeatCount: 1, displayFullTextOnTap: true, stopPauseOnTap: true, )