raminmoharrami

Results 1 comments of raminmoharrami

> how to slow down fading of text. for FadeAnimatedText using duration property: ` FadeAnimatedText( 'Some Text', duration: Duration(milliseconds: 500), ),` for TyperAnimatedText using speed property: `TyperAnimatedText( 'Some Text', textStyle:...