SequentialTextFade constructor
const
SequentialTextFade({})
Implementation
const SequentialTextFade({
super.key,
required this.sequentialTextsList,
this.duration = const Duration(seconds: 2),
this.delay = const Duration(seconds: 2),
this.textAlignment = Alignment.center,
this.textStyle,
});